diff --git a/lua/lazyvim/plugins/extras/text/harper.lua b/lua/lazyvim/plugins/extras/text/harper.lua new file mode 100644 index 00000000..5db9a97f --- /dev/null +++ b/lua/lazyvim/plugins/extras/text/harper.lua @@ -0,0 +1,18 @@ +return { + { + "neovim/nvim-lspconfig", + opts = { + servers = { + harper_ls = { + settings = { + ["harper-ls"] = { + codeActions = { + forceStable = true, + }, + }, + }, + }, + }, + }, + }, +}