This commit is contained in:
Michael Grote 2021-05-27 22:58:50 +02:00
parent 6e0aa94844
commit 11968de4f8

8
.vimrc
View file

@ -149,12 +149,4 @@ set wildignore+=*\\tmp\\*,*.swp,*.zip,*.exe " Windows
let g:ctrlp_custom_ignore = '\v[\/]\.(git|hg|svn)$' let g:ctrlp_custom_ignore = '\v[\/]\.(git|hg|svn)$'
let g:airline_powerline_fonts = 1
if !exists('g:airline_symbols')
let g:airline_symbols = {}
endif