1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-07 01:15: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 " Ensure 256 colour support if the terminal supports it
if &term == "xterm" || &term == "xterm-256color" || &term == "screen-bce" || &term == "screen-256color" || &term == "screen" if &term == "xterm" || &term == "xterm-256color" || &term == "screen-bce" || &term == "screen-256color" || &term == "screen"
set t_Co=256 set t_Co=256
colorscheme zenburn colorscheme zenburn
" create a bar for airline " create a bar for airline
set laststatus=2 set laststatus=2
let g:airline_powerline_fonts = 1 let g:airline_powerline_fonts = 1
endif endif
" Toggle paste and autoindent mode (enable paste so no indention weirdness " Toggle paste and autoindent mode (enable paste so no indention weirdness