new plugins, from coq to cmp, fixes, xdebug, install python3 fixes
This commit is contained in:
14
lua/plugins/nvim-cmp-lsp.lua
Normal file
14
lua/plugins/nvim-cmp-lsp.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
-- A completion plugin for neovim coded in Lua.
|
||||
return {
|
||||
'hrsh7th/cmp-nvim-lsp',
|
||||
enabled = true,
|
||||
lazy = true,
|
||||
dependencies = {
|
||||
-- A completion plugin for neovim coded in Lua.
|
||||
{ 'hrsh7th/nvim-cmp' }
|
||||
},
|
||||
opts = {
|
||||
},
|
||||
init = function()
|
||||
end
|
||||
}
|
||||
Reference in New Issue
Block a user