10 lines
246 B
Lua
10 lines
246 B
Lua
-- Language Server Protocol support
|
|
return {
|
|
"neovim/nvim-lspconfig", -- Base LSP configurations
|
|
dependencies = {
|
|
-- Server installation manager
|
|
"williamboman/mason.nvim",
|
|
"williamboman/mason-lspconfig.nvim",
|
|
},
|
|
}
|