10 lines
160 B
Lua
10 lines
160 B
Lua
return {
|
|
{
|
|
"neovim/nvim-lspconfig",
|
|
opts = {},
|
|
},
|
|
{
|
|
"williamboman/mason-lspconfig.nvim",
|
|
opts = { ensure_installed = { "ltex" } },
|
|
},
|
|
}
|