summaryrefslogtreecommitdiff
path: root/.config/nvim/lua/getchoo/ftdetect.lua
diff options
context:
space:
mode:
Diffstat (limited to '.config/nvim/lua/getchoo/ftdetect.lua')
-rw-r--r--.config/nvim/lua/getchoo/ftdetect.lua12
1 files changed, 0 insertions, 12 deletions
diff --git a/.config/nvim/lua/getchoo/ftdetect.lua b/.config/nvim/lua/getchoo/ftdetect.lua
deleted file mode 100644
index c13bdb6..0000000
--- a/.config/nvim/lua/getchoo/ftdetect.lua
+++ /dev/null
@@ -1,12 +0,0 @@
---
--- load custom file types
---
-
-local filetypes = {
- filename = {
- PKGBUILD = "text",
- [".makepkg.conf"] = "text",
- },
-}
-
-vim.filetype.add(filetypes)