feat(text): Add Harper to grammar check comments and text

This commit is contained in:
George Guimarães 2024-07-21 17:57:29 -03:00
parent 63150fa4c5
commit 6d0c92a0a7
No known key found for this signature in database
GPG key ID: 20E86F6F5FC22FA7

View file

@ -0,0 +1,18 @@
return {
{
"neovim/nvim-lspconfig",
opts = {
servers = {
harper_ls = {
settings = {
["harper-ls"] = {
codeActions = {
forceStable = true,
},
},
},
},
},
},
},
}