AutoYADM commit: 2024-12-06 17:10:04
This commit is contained in:
parent
887bdee627
commit
9e25e675cd
1 changed files with 5 additions and 4 deletions
|
@ -5,15 +5,16 @@ return {
|
|||
servers = {
|
||||
harper_ls = {
|
||||
-- autostart = false,
|
||||
-- filetypes = {
|
||||
-- "tex",
|
||||
-- },
|
||||
filetypes = {
|
||||
"markdown",
|
||||
},
|
||||
-- on_attach = function(client, bufnr)
|
||||
-- require("ltex_extra").setup(extraOpts)
|
||||
-- end,
|
||||
settings = {
|
||||
harper_ls = {
|
||||
-- fileDictPath = "~/.harper/"
|
||||
fileDictPath = "~/.config/harper-ls/",
|
||||
userDictPath = "~/.config/harper-ls/dictionary.txt",
|
||||
linters = {
|
||||
spell_check = true,
|
||||
spelled_numbers = false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue