1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

Indentation whitespace fix

This commit is contained in:
2016-02-26 10:40:18 +01:00
parent 52c839018d
commit d26fa86032

10
.vimrc
View File

@@ -260,12 +260,12 @@ set cryptmethod=blowfish2
" Ensure 256 colour support if the terminal supports it
if &term == "xterm" || &term == "xterm-256color" || &term == "screen-bce" || &term == "screen-256color" || &term == "screen"
set t_Co=256
colorscheme zenburn
set t_Co=256
colorscheme zenburn
" create a bar for airline
set laststatus=2
let g:airline_powerline_fonts = 1
" create a bar for airline
set laststatus=2
let g:airline_powerline_fonts = 1
endif
" Toggle paste and autoindent mode (enable paste so no indention weirdness