Add neovim config
This commit is contained in:
17
nvim/lua/plugins/cmp.lua
Normal file
17
nvim/lua/plugins/cmp.lua
Normal file
@@ -0,0 +1,17 @@
|
||||
return {
|
||||
'hrsh7th/nvim-cmp',
|
||||
version = false,
|
||||
lazy = false,
|
||||
dependencies = {
|
||||
"neovim/nvim-lspconfig",
|
||||
"hrsh7th/cmp-nvim-lsp",
|
||||
"hrsh7th/cmp-buffer",
|
||||
"hrsh7th/lspkind-nvim",
|
||||
"honza/vim-snippets",
|
||||
"hrsh7th/vim-vsnip",
|
||||
"hrsh7th/cmp-vsnip",
|
||||
"rafamadriz/friendly-snippets"
|
||||
},
|
||||
init = function()
|
||||
end
|
||||
}
|
||||
Reference in New Issue
Block a user