ltex-client for user dict

This commit is contained in:
Christoph Stahl 2024-07-23 09:23:10 +02:00
parent 1cf3ea4a42
commit 5b7ff944df
2 changed files with 7 additions and 1 deletions

View file

@ -0,0 +1,7 @@
return {
"icewind/ltex-client.nvim",
opts = {
-- user_dictionaries_path = vim.env.HOME .. ".ltex/dictionaries",
},
config = function(_, opts) require("ltex-client").setup(opts) end,
}

View file

@ -8,7 +8,6 @@ return {
-- add more things to the ensure_installed table protecting against community packs modifying it
opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, {
"lua_ls",
"ltex",
"pyright",
"ruff_lsp",
-- add more arguments for adding more language servers