From 3ce6efb12a17e02aac4c391ea16423e5a6bd9afd Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Tue, 21 Jan 2025 19:05:07 -0500 Subject: [PATCH] AutoYADM commit: 2025-01-21 19:05:07 --- .config/nvim/lua/plugins/harper.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/nvim/lua/plugins/harper.lua b/.config/nvim/lua/plugins/harper.lua index d33950fc..6f4b10b2 100644 --- a/.config/nvim/lua/plugins/harper.lua +++ b/.config/nvim/lua/plugins/harper.lua @@ -35,6 +35,7 @@ local spec = { autostart = false, filetypes = { "markdown", + "org", }, settings = { ["harper-ls"] = harperSettings,