From 5c320566757d334ab255a287da960d961d7a9012 Mon Sep 17 00:00:00 2001 From: Alejandro Date: Mon, 8 Jul 2024 08:42:35 -0400 Subject: [PATCH] refactor!: remove `ftdetect` file as Neorg is now natively recognized by Neovim (#1083) --- ftdetect/norg.lua | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 ftdetect/norg.lua diff --git a/ftdetect/norg.lua b/ftdetect/norg.lua deleted file mode 100644 index aed76627d..000000000 --- a/ftdetect/norg.lua +++ /dev/null @@ -1,5 +0,0 @@ -vim.filetype.add({ - extension = { - norg = "norg", - }, -})