Rewrote neovim config
This commit is contained in:
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",
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user