LazyVim.LazyVim/lua/lazyvim/plugins/extras/text/harper.lua
2024-11-21 15:47:29 -03:00

18 lines
293 B
Lua

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