This commit is contained in:
Stefan Friese 2023-07-26 12:13:31 +02:00
parent 0409ac4005
commit 9cd655a17e
1 changed files with 0 additions and 5 deletions

View File

@ -152,7 +152,6 @@ set statusline+=\ %c:%l/%L
set statusline+=\ %p%% set statusline+=\ %p%%
set statusline+=\ [%n] set statusline+=\ [%n]
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" "
" Colors " Colors
@ -171,7 +170,6 @@ if exists('+termguicolors')
set termguicolors set termguicolors
endif endif
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" "
" tagbar, press F8 " tagbar, press F8
@ -179,8 +177,6 @@ endif
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
nmap <F8> :TagbarToggle<CR> nmap <F8> :TagbarToggle<CR>
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" "
" Selection Highlighting " Selection Highlighting
@ -199,7 +195,6 @@ function! AutoHighlightToggle()
endfunction endfunction
call AutoHighlightToggle() call AutoHighlightToggle()
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" "
" Code Completion " Code Completion