ltex-client for user dict
This commit is contained in:
parent
1cf3ea4a42
commit
5b7ff944df
2 changed files with 7 additions and 1 deletions
7
lua/plugins/ltex-client.lua
Normal file
7
lua/plugins/ltex-client.lua
Normal 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,
|
||||||
|
}
|
|
@ -8,7 +8,6 @@ return {
|
||||||
-- add more things to the ensure_installed table protecting against community packs modifying it
|
-- 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, {
|
opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, {
|
||||||
"lua_ls",
|
"lua_ls",
|
||||||
"ltex",
|
|
||||||
"pyright",
|
"pyright",
|
||||||
"ruff_lsp",
|
"ruff_lsp",
|
||||||
-- add more arguments for adding more language servers
|
-- add more arguments for adding more language servers
|
||||||
|
|
Loading…
Add table
Reference in a new issue