add git.nvim
This commit is contained in:
parent
bf7463d0f9
commit
729527aeb2
@ -136,6 +136,7 @@ require("lazy").setup({
|
|||||||
{ "nvim-lua/plenary.nvim" },
|
{ "nvim-lua/plenary.nvim" },
|
||||||
{ "nvim-telescope/telescope.nvim" },
|
{ "nvim-telescope/telescope.nvim" },
|
||||||
{ "nvim-tree/nvim-tree.lua" },
|
{ "nvim-tree/nvim-tree.lua" },
|
||||||
|
{ 'dinhhuy258/git.nvim' },
|
||||||
{ "octarect/telescope-menu.nvim" },
|
{ "octarect/telescope-menu.nvim" },
|
||||||
{ "VonHeikemen/lsp-zero.nvim" },
|
{ "VonHeikemen/lsp-zero.nvim" },
|
||||||
{ "neovim/nvim-lspconfig" },
|
{ "neovim/nvim-lspconfig" },
|
||||||
@ -233,3 +234,7 @@ cmp.setup({
|
|||||||
}),
|
}),
|
||||||
})
|
})
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
|
-- git.nvim setup {{{
|
||||||
|
require('git').setup()
|
||||||
|
-- }}}
|
||||||
|
Loading…
Reference in New Issue
Block a user