add nvim configs
This commit is contained in:
22
.config/nvim.backup/lua/plugins/lsp_config.lua
Normal file
22
.config/nvim.backup/lua/plugins/lsp_config.lua
Normal file
@@ -0,0 +1,22 @@
|
||||
return {
|
||||
-- LSP Support
|
||||
{
|
||||
'VonHeikemen/lsp-zero.nvim',
|
||||
branch = "v3.x",
|
||||
lazy = true,
|
||||
config = false,
|
||||
},
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
dependencies = {
|
||||
{"hrsh7th/cmp-nvim-lsp"},
|
||||
}
|
||||
},
|
||||
-- Autocompletion
|
||||
{
|
||||
"hrsh7th/nvim-cmp",
|
||||
dependencies = {
|
||||
{"L3MON4D3/LuaSnip"}
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user