This commit is contained in:
George Guimarães 2025-05-19 13:13:27 +07:00 committed by GitHub
commit c6c51fdce1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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