From 4fb966da95cf20dcd4e2e523faae07920f0640c2 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Sat, 16 Apr 2022 11:09:12 +0200 Subject: chore!: remove filetype detection and filetype plugins All these are now detected by Neovim as of 0.7.0; new filetypes can easily be added via `vim.filetype.add()`. --- ftdetect/fusion.vim | 1 - 1 file changed, 1 deletion(-) delete mode 100644 ftdetect/fusion.vim (limited to 'ftdetect/fusion.vim') diff --git a/ftdetect/fusion.vim b/ftdetect/fusion.vim deleted file mode 100644 index 7a7839b23..000000000 --- a/ftdetect/fusion.vim +++ /dev/null @@ -1 +0,0 @@ -autocmd BufRead,BufNewFile *.fusion setfiletype fusion -- cgit v1.2.3-70-g09d2