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/hjson.vim | 1 - 1 file changed, 1 deletion(-) delete mode 100644 ftdetect/hjson.vim (limited to 'ftdetect/hjson.vim') diff --git a/ftdetect/hjson.vim b/ftdetect/hjson.vim deleted file mode 100644 index 65ed9462..00000000 --- a/ftdetect/hjson.vim +++ /dev/null @@ -1 +0,0 @@ -autocmd BufNewFile,BufRead *.hjson set filetype=hjson -- cgit v1.2.3