summaryrefslogtreecommitdiff
path: root/.config/nvim/lua/getchoo/ftdetect.lua
diff options
context:
space:
mode:
authorseth <[email protected]>2022-11-16 20:22:10 -0500
committerseth <[email protected]>2022-11-16 20:22:10 -0500
commitec625679986252986af154d9f0f7125881308338 (patch)
tree0babf95069bd29634e4e76588b255493401e9f86 /.config/nvim/lua/getchoo/ftdetect.lua
parenta1b2b3cb5840e08a851cec662ebcfa699cfbfa98 (diff)
meow
Diffstat (limited to '.config/nvim/lua/getchoo/ftdetect.lua')
-rw-r--r--.config/nvim/lua/getchoo/ftdetect.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/nvim/lua/getchoo/ftdetect.lua b/.config/nvim/lua/getchoo/ftdetect.lua
index f5a15cb..5dd569d 100644
--- a/.config/nvim/lua/getchoo/ftdetect.lua
+++ b/.config/nvim/lua/getchoo/ftdetect.lua
@@ -1,10 +1,10 @@
-- load custom file types
local filetypes = {
- filename = {
- PKGBUILD = "text",
- [".makepkg.conf"] = "text",
- },
+ filename = {
+ PKGBUILD = "text",
+ [".makepkg.conf"] = "text",
+ },
}
vim.filetype.add(filetypes)