AutoYADM commit: 2024-12-06 17:20:04
This commit is contained in:
parent
23ddf1fc49
commit
47cf6a3cb1
1 changed files with 22 additions and 27 deletions
|
@ -1,18 +1,4 @@
|
|||
return {
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
opts = {
|
||||
servers = {
|
||||
harper_ls = {
|
||||
-- autostart = false,
|
||||
filetypes = {
|
||||
"markdown",
|
||||
},
|
||||
-- on_attach = function(client, bufnr)
|
||||
-- require("ltex_extra").setup(extraOpts)
|
||||
-- end,
|
||||
settings = {
|
||||
harper_ls = {
|
||||
local harperSettings = {
|
||||
fileDictPath = "/home/fic/.config/harper-ls/file_dictionaries/",
|
||||
userDictPath = "/home/fic/.config/harper-ls/dictionary.txt",
|
||||
linters = {
|
||||
|
@ -33,7 +19,16 @@ return {
|
|||
avoid_curses = true,
|
||||
terminating_conjunctions = true,
|
||||
},
|
||||
},
|
||||
}
|
||||
return {
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
opts = {
|
||||
servers = {
|
||||
harper_ls = {
|
||||
-- autostart = false,
|
||||
filetypes = {
|
||||
"markdown",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue