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:
10
.vimrc
10
.vimrc
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user