some nvim updates
This commit is contained in:
9
.config/nvim/lua/plugins/lspconfig.lua
Normal file
9
.config/nvim/lua/plugins/lspconfig.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
-- Language Server Protocol support
|
||||
return {
|
||||
"neovim/nvim-lspconfig", -- Base LSP configurations
|
||||
dependencies = {
|
||||
-- Server installation manager
|
||||
"williamboman/mason.nvim",
|
||||
"williamboman/mason-lspconfig.nvim",
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user