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/gdresource.vim | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 ftdetect/gdresource.vim (limited to 'ftdetect/gdresource.vim') diff --git a/ftdetect/gdresource.vim b/ftdetect/gdresource.vim deleted file mode 100644 index df6b5b095..000000000 --- a/ftdetect/gdresource.vim +++ /dev/null @@ -1,2 +0,0 @@ -autocmd BufRead,BufNewFile *.tscn setlocal ft=gdresource -autocmd BufRead,BufNewFile *.tres setlocal ft=gdresource -- cgit v1.2.3-70-g09d2