From 2e7e1ce219b43bb74f67875200dd4b68758ffd27 Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 16 Jul 2024 19:04:27 -0400 Subject: back to nixvim again --- ftdetect/githubaction.lua | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 ftdetect/githubaction.lua (limited to 'ftdetect/githubaction.lua') diff --git a/ftdetect/githubaction.lua b/ftdetect/githubaction.lua deleted file mode 100644 index a6e11cf..0000000 --- a/ftdetect/githubaction.lua +++ /dev/null @@ -1,7 +0,0 @@ --- this allows `actionlint` to only yaml files that are actions -vim.filetype.add({ - pattern = { - [".*/.github/workflows/.*%.yml"] = "yaml.githubaction", - [".*/.github/workflows/.*%.yaml"] = "yaml.githubaction", - }, -}) -- cgit v1.2.3