diff options
Diffstat (limited to '.config/nvim/lua/getchoo/ftdetect.lua')
| -rw-r--r-- | .config/nvim/lua/getchoo/ftdetect.lua | 8 |
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) |
