diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-07 18:07:55 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-07 18:07:55 +0900 |
| commit | 7f956cf8d29833b27b64402bd342af14c7b847ba (patch) | |
| tree | ab16ba8806a17a42ef9a7f526586a0231367ac89 | |
| parent | 55eda12a5e8ec3920bc7f78e1949c498787b84bd (diff) | |
modified plugins/lsp.lua
| -rw-r--r-- | ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/lsp.lua | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/lsp.lua b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/lsp.lua index 2015c47..829eac4 100644 --- a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/lsp.lua +++ b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/lsp.lua @@ -132,6 +132,23 @@ return { -- }, }) end, + ["harper_ls"] = function() + lspconfig.harper_ls.setup({ + capabilities = capabilities, + filetypes = { "markdown", "python" }, + settings = { + ToDoHyphen = false, + -- SentenceCapitalization = true, + -- SpellCheck = true, + isolateEnglish = true, + markdown = { + -- [ignores this part]() + -- [[ also ignores my marksman links ]] + IgnoreLinkTitle = true, + }, + }, + }) + end, ["jdtls"] = function() lspconfig.jdtls.setup({ capabilities = capabilities, @@ -190,23 +207,6 @@ return { -- }, }) end, - ["harper_ls"] = function() - lspconfig.harper_ls.setup({ - capabilities = capabilities, - filetypes = { "markdown", "python" }, - settings = { - ToDoHyphen = false, - -- SentenceCapitalization = true, - -- SpellCheck = true, - isolateEnglish = true, - markdown = { - -- [ignores this part]() - -- [[ also ignores my marksman links ]] - IgnoreLinkTitle = true, - }, - }, - }) - end, }, }) |
