AutoYADM commit: 2024-12-06 17:20:04

This commit is contained in:
Daniel Fichtinger 2024-12-06 17:20:04 -05:00
parent 23ddf1fc49
commit 47cf6a3cb1

View file

@ -1,18 +1,4 @@
return { local harperSettings = {
{
"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 = {
fileDictPath = "/home/fic/.config/harper-ls/file_dictionaries/", fileDictPath = "/home/fic/.config/harper-ls/file_dictionaries/",
userDictPath = "/home/fic/.config/harper-ls/dictionary.txt", userDictPath = "/home/fic/.config/harper-ls/dictionary.txt",
linters = { linters = {
@ -33,7 +19,16 @@ return {
avoid_curses = true, avoid_curses = true,
terminating_conjunctions = true, terminating_conjunctions = true,
}, },
}, }
return {
{
"neovim/nvim-lspconfig",
opts = {
servers = {
harper_ls = {
-- autostart = false,
filetypes = {
"markdown",
}, },
}, },
}, },