summaryrefslogtreecommitdiff
path: root/.config/nvim/lua/getchoo/ftdetect.lua
diff options
context:
space:
mode:
authorseth <[email protected]>2023-04-02 21:14:36 -0400
committerseth <[email protected]>2023-04-02 21:14:36 -0400
commit8a8be409c0f0d911eb19969c05e7f4a171a63767 (patch)
tree3dcdd90daed9ef83527093396d185a7bfda9dbd5 /.config/nvim/lua/getchoo/ftdetect.lua
parentd421be1222d6744c0d738e5fbf96ee6daafd61b2 (diff)
copy refactor from flake for neovim config
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)