diff --git a/.config/nvim/lua/plugins/harper.lua b/.config/nvim/lua/plugins/harper.lua index 9fc85b96..0870c313 100644 --- a/.config/nvim/lua/plugins/harper.lua +++ b/.config/nvim/lua/plugins/harper.lua @@ -20,14 +20,6 @@ local harperSettings = { terminating_conjunctions = true, }, } -require("lspconfig").harper_ls.setup({ - filetypes = { - "markdown", - }, - settings = { - ["harper-ls"] = harperSettings, - }, -}) return { { "neovim/nvim-lspconfig", @@ -38,6 +30,7 @@ return { filetypes = { "markdown", }, + settings = harperSettings, }, }, },