diff options
Diffstat (limited to '.config/nvim/lua/getchoo/ftdetect.lua')
| -rw-r--r-- | .config/nvim/lua/getchoo/ftdetect.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/nvim/lua/getchoo/ftdetect.lua b/.config/nvim/lua/getchoo/ftdetect.lua index 5dd569d..c13bdb6 100644 --- a/.config/nvim/lua/getchoo/ftdetect.lua +++ b/.config/nvim/lua/getchoo/ftdetect.lua @@ -1,4 +1,6 @@ +-- -- load custom file types +-- local filetypes = { filename = { |
