feat: add all plugins from the old config
This commit is contained in:
parent
4a37a0a9b1
commit
1fd5843cf1
55 changed files with 401 additions and 0 deletions
5
lua/custom/plugins/cmp-tabnine.lua
Normal file
5
lua/custom/plugins/cmp-tabnine.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
return {
|
||||
"tzachar/cmp-tabnine",
|
||||
build = "./install.sh",
|
||||
dependencies = {"hrsh7th/nvim-cmp"}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue