From 1febfc980fe4f29c97ef6cae3ac804e924bcda41 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Sat, 1 Feb 2020 04:35:59 +0100 Subject: [PATCH] Remove rcrc syntax highlighting from vim No longer using rcm (https://github.com/thoughtbot/rcm) to manage my dotfiles. --- dotfiles/.config/vim/vimrc | 1 - 1 file changed, 1 deletion(-) diff --git a/dotfiles/.config/vim/vimrc b/dotfiles/.config/vim/vimrc index 8f441f4..58b0d1f 100644 --- a/dotfiles/.config/vim/vimrc +++ b/dotfiles/.config/vim/vimrc @@ -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