Pressing tab now inserts two spaces.
This commit is contained in:
parent
71bfee84b7
commit
eae9ba082d
3
vimrc
3
vimrc
|
@ -28,3 +28,6 @@ set laststatus=2
|
||||||
let g:Powerline_symbols = 'fancy'
|
let g:Powerline_symbols = 'fancy'
|
||||||
set rtp+=$HOME/.local/lib/python2.7/site-packages/powerline/bindings/vim/
|
set rtp+=$HOME/.local/lib/python2.7/site-packages/powerline/bindings/vim/
|
||||||
let b:EclimPhpHtmlValidate = 1
|
let b:EclimPhpHtmlValidate = 1
|
||||||
|
|
||||||
|
set expandtab
|
||||||
|
set tabstop=2
|
||||||
|
|
Loading…
Reference in New Issue
Block a user