All types of customisations
This commit is contained in:
parent
7b808eca84
commit
5b32a4f4e0
3 changed files with 30 additions and 20 deletions
4
vimrc
4
vimrc
|
@ -7,8 +7,8 @@ filetype plugin indent on
|
|||
" two-spaced tabs
|
||||
set tabstop=2
|
||||
set softtabstop=0 noexpandtab
|
||||
set shiftwidth=4
|
||||
set tabstop=4 softtabstop=0 expandtab shiftwidth=2 smarttab
|
||||
set shiftwidth=2
|
||||
set tabstop=2 softtabstop=0 expandtab shiftwidth=2 smarttab
|
||||
|
||||
" vim-airline
|
||||
let g:airline_powerline_fonts = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue