dotfiles/.config/nvim/lua/plugins/ltex-ls.lua

10 lines
160 B
Lua

return {
{
"neovim/nvim-lspconfig",
opts = {},
},
{
"williamboman/mason-lspconfig.nvim",
opts = { ensure_installed = { "ltex" } },
},
}