18 lines
317 B
Lua
18 lines
317 B
Lua
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
|
|
}
|