summaryrefslogtreecommitdiff
path: root/.config/nvim/lua/getchoo/ftdetect.lua
diff options
context:
space:
mode:
authorseth <[email protected]>2022-08-23 23:41:58 -0400
committerseth <[email protected]>2022-08-23 23:41:58 -0400
commitee45c4211d79dfb3b62531cc4f974ac3932e5131 (patch)
treebdd23010e6c9f47bb2eba4c90aa4b2f8dbc561fc /.config/nvim/lua/getchoo/ftdetect.lua
parent9fe4b9e8ba1ccb1b197f202ada0b961a73f2830f (diff)
yep
Diffstat (limited to '.config/nvim/lua/getchoo/ftdetect.lua')
-rw-r--r--.config/nvim/lua/getchoo/ftdetect.lua7
1 files changed, 4 insertions, 3 deletions
diff --git a/.config/nvim/lua/getchoo/ftdetect.lua b/.config/nvim/lua/getchoo/ftdetect.lua
index e95e87a..d12b9c2 100644
--- a/.config/nvim/lua/getchoo/ftdetect.lua
+++ b/.config/nvim/lua/getchoo/ftdetect.lua
@@ -6,9 +6,10 @@ vim.g.do_filetype_lua = 1 -- enable filetype.lua
vim.g.did_load_filetypes = 0
local filetypes = {
- filename = {
- PKGBUILD = "text",
- },
+ filename = {
+ PKGBUILD = "text",
+ [".makepkg.conf"] = "text",
+ },
}
vim.filetype.add(filetypes)