chore(nvim): Completion plugin(s) via Neo's LSP
This commit is contained in:
parent
db063c919a
commit
d2283fd2a5
1 changed files with 12 additions and 0 deletions
12
.config/nvim/lua/null/plugins/completion.lua
Normal file
12
.config/nvim/lua/null/plugins/completion.lua
Normal file
|
@ -0,0 +1,12 @@
|
|||
return {
|
||||
{
|
||||
"hrsh7th/nvim-cmp",
|
||||
dependencies = {
|
||||
"neovim/nvim-lspconfig",
|
||||
"hrsh7th/cmp-nvim-lsp",
|
||||
"hrsh7th/cmp-buffer",
|
||||
"hrsh7th/cmp-path",
|
||||
"hrsh7th/cmp-cmdline",
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue