Add Git integration
This commit is contained in:
parent
7b39506950
commit
7fd0950446
@ -18,8 +18,8 @@ local function manage_plugins()
|
||||
|
||||
-- LSP servers
|
||||
["https://github.com/simrat39/rust-tools.nvim.git"] = {
|
||||
packadd_after = { ["https://github.com/neovim/nvim-lspconfig"] = true,
|
||||
["https://github.com/ms-jpq/coq_nvim"] = true},
|
||||
packadd_after = { ["https://github.com/neovim/nvim-lspconfig.git"] = true,
|
||||
["https://github.com/ms-jpq/coq_nvi.git"] = true},
|
||||
packadd_hook = function()
|
||||
local rt = require("rust-tools")
|
||||
local coq = require("coq")
|
||||
@ -38,6 +38,10 @@ local function manage_plugins()
|
||||
}))
|
||||
end
|
||||
},
|
||||
|
||||
-- Git integration
|
||||
["https://github.com/tpope/vim-fugitive.git"] = {},
|
||||
["https://github.com/airblade/vim-gitgutter.git"] = {},
|
||||
}
|
||||
|
||||
local manager = require("plogins").manage(plugins)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user