Rewrote neovim config
This commit is contained in:
parent
0c4b569ab5
commit
d07a82fff2
23 changed files with 177 additions and 196 deletions
9
.config/nvim/lua/plugins/autocomplete.lua
Normal file
9
.config/nvim/lua/plugins/autocomplete.lua
Normal file
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
"hrsh7th/nvim-cmp",
|
||||
event = "InsertEnter",
|
||||
dependencies = {
|
||||
"hrsh7th/cmp-nvim-lsp",
|
||||
"hrsh7th/cmp-buffer",
|
||||
"hrsh7th/cmp-path",
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue