summaryrefslogtreecommitdiff
path: root/ftdetect
diff options
context:
space:
mode:
authorseth <[email protected]>2024-07-16 19:04:27 -0400
committerseth <[email protected]>2024-07-16 22:24:21 -0400
commit2e7e1ce219b43bb74f67875200dd4b68758ffd27 (patch)
tree11ca91f55aa47c5b341aaf65f3626c9681a22b07 /ftdetect
parent255e7c40af44aeedf19a3ca682cfc8a098266e8a (diff)
back to nixvim againnixvim-again
Diffstat (limited to 'ftdetect')
-rw-r--r--ftdetect/githubaction.lua7
-rw-r--r--ftdetect/just.lua5
2 files changed, 0 insertions, 12 deletions
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",
- },
-})
diff --git a/ftdetect/just.lua b/ftdetect/just.lua
deleted file mode 100644
index 4c7098a..0000000
--- a/ftdetect/just.lua
+++ /dev/null
@@ -1,5 +0,0 @@
-vim.filetype.add({
- filename = {
- ["justfile"] = "just",
- },
-})