From 0a8e656a5dd79d345cac57351a7d9ef016ff0805 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Fri, 6 Dec 2024 17:30:04 -0500 Subject: [PATCH] AutoYADM commit: 2024-12-06 17:30:03 --- .config/nvim/lua/plugins/harper.lua | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.config/nvim/lua/plugins/harper.lua b/.config/nvim/lua/plugins/harper.lua index 1dfe1783..9fc85b96 100644 --- a/.config/nvim/lua/plugins/harper.lua +++ b/.config/nvim/lua/plugins/harper.lua @@ -21,6 +21,9 @@ local harperSettings = { }, } require("lspconfig").harper_ls.setup({ + filetypes = { + "markdown", + }, settings = { ["harper-ls"] = harperSettings, }, @@ -40,7 +43,7 @@ return { }, }, { - "williamboman/mason-lspconfig.nvim", - opts = { ensure_installed = { "harper_ls" } }, + "williamboman/mason.nvim", + opts = { ensure_installed = { "harper-ls" } }, }, }