LazyVim.LazyVim/lua/lazyvim/plugins/extras/text/harper.lua

19 lines
293 B
Lua
Raw Normal View History

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