From 8f7d738aa320abd00c27e70f67973c61e00fcf84 Mon Sep 17 00:00:00 2001 From: natsukium Date: Thu, 9 Jan 2025 00:55:38 +0900 Subject: [PATCH] refactor(neovim): remove unnecessary file --- pkgs/neovim-with-config/ftdetect/astro.lua | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 pkgs/neovim-with-config/ftdetect/astro.lua diff --git a/pkgs/neovim-with-config/ftdetect/astro.lua b/pkgs/neovim-with-config/ftdetect/astro.lua deleted file mode 100644 index d9f6eb25..00000000 --- a/pkgs/neovim-with-config/ftdetect/astro.lua +++ /dev/null @@ -1,5 +0,0 @@ -vim.filetype.add({ - extension = { - astro = "astro", - }, -})