Skip to content

Commit 29a6dec

Browse files
committed
Revert "feat: test harper_ls with its default values"
This reverts commit 7c1700b.
1 parent de7a8df commit 29a6dec

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

lua/vnext/plugins/lsp.lua

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,16 @@ return {
4242
semanticTokens = true,
4343
},
4444
},
45-
harper_ls = {},
45+
harper_ls = {
46+
settings = {
47+
["harper-ls"] = {
48+
linters = {
49+
SentenceCapitalization = false,
50+
SpellCheck = false,
51+
},
52+
},
53+
},
54+
},
4655
lua_ls = {
4756
settings = {
4857
format = {

0 commit comments

Comments
 (0)