cleanup
This commit is contained in:
parent
0409ac4005
commit
9cd655a17e
|
@ -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 <F8> :TagbarToggle<CR>
|
||||
|
||||
|
||||
|
||||
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
"
|
||||
" Selection Highlighting
|
||||
|
@ -199,7 +195,6 @@ function! AutoHighlightToggle()
|
|||
endfunction
|
||||
call AutoHighlightToggle()
|
||||
|
||||
|
||||
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
"
|
||||
" Code Completion
|
||||
|
|
Loading…
Reference in New Issue