Remove rcrc syntax highlighting from vim

No longer using rcm (https://github.com/thoughtbot/rcm) to manage my
dotfiles.
This commit is contained in:
Fernando Schauenburg 2020-02-01 04:35:59 +01:00
parent e8c1452562
commit 1febfc980f

View file

@ -231,7 +231,6 @@ augroup vimrc " {{{
autocmd!
autocmd BufNewFile,BufRead bash_profile,bashrc set filetype=sh
autocmd BufNewFile,BufRead gitconfig set filetype=gitconfig
autocmd BufNewFile,BufRead rcrc set filetype=sh
autocmd BufNewFile,BufRead *.sx,*.s19 set filetype=srec
autocmd FileType vim setlocal foldmethod=marker