diff options
Diffstat (limited to '.config/nvim/lua/getchoo/ftdetect.lua')
| -rw-r--r-- | .config/nvim/lua/getchoo/ftdetect.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.config/nvim/lua/getchoo/ftdetect.lua b/.config/nvim/lua/getchoo/ftdetect.lua index 1386cf2..f5a15cb 100644 --- a/.config/nvim/lua/getchoo/ftdetect.lua +++ b/.config/nvim/lua/getchoo/ftdetect.lua @@ -1,8 +1,5 @@ -- load custom file types -vim.g.do_filetype_lua = 1 -- enable filetype.lua -vim.g.did_load_filetypes = 0 - local filetypes = { filename = { PKGBUILD = "text", |
