add comment.nvim and fix lsp keymap
This commit is contained in:
@@ -6,9 +6,9 @@ require("lazy").setup({
|
||||
"hrsh7th/nvim-cmp",
|
||||
dependencies = {
|
||||
"hrsh7th/cmp-nvim-lsp", -- lsp auto-completion
|
||||
"hrsh7th/cmp-buffer", -- buffer auto-completion
|
||||
"hrsh7th/cmp-path", -- path auto-completion
|
||||
"hrsh7th/cmp-cmdline", -- cmdline auto-completion
|
||||
"hrsh7th/cmp-buffer", -- buffer auto-completion
|
||||
"hrsh7th/cmp-path", -- path auto-completion
|
||||
"hrsh7th/cmp-cmdline", -- cmdline auto-completion
|
||||
},
|
||||
config = function()
|
||||
require("config.nvim-cmp")
|
||||
@@ -39,4 +39,6 @@ require("lazy").setup({
|
||||
},
|
||||
},
|
||||
|
||||
"numToStr/Comment.nvim",
|
||||
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user