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