diff --git a/vim/.vimrc b/vim/.vimrc index 8cc8c46..7f64d61 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -152,7 +152,6 @@ set statusline+=\ %c:%l/%L set statusline+=\ %p%% set statusline+=\ [%n] - """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " " Colors @@ -171,7 +170,6 @@ if exists('+termguicolors') set termguicolors endif - """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " " tagbar, press F8 @@ -179,8 +177,6 @@ endif """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" nmap :TagbarToggle - - """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " " Selection Highlighting @@ -199,7 +195,6 @@ function! AutoHighlightToggle() endfunction call AutoHighlightToggle() - """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " " Code Completion