diff options
| author | seth <[email protected]> | 2022-10-02 23:22:09 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2022-10-02 23:22:09 -0400 |
| commit | 0d0aa6ed2cfca22dfbb511c2c3caac1e6071b3e9 (patch) | |
| tree | 8364ee9b3870447299de880038d151aea8ba73b2 /.config/nvim/lua/getchoo/ftdetect.lua | |
| parent | c9caf7b2f86c751a6c37130e4f2fe873dc464d99 (diff) | |
update for neovim 0.8
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", |
