From 7f956cf8d29833b27b64402bd342af14c7b847ba Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sat, 7 Jun 2025 18:07:55 +0900 Subject: modified plugins/lsp.lua --- .../TheSiahxyz/lua/thesiahxyz/plugins/lsp.lua | 34 +++++++++++----------- 1 file 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, }, }) -- cgit v1.2.3