All types of customisations

This commit is contained in:
Spotlight 2018-08-30 17:15:59 -05:00
parent 7b808eca84
commit 5b32a4f4e0
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
3 changed files with 30 additions and 20 deletions

4
vimrc
View file

@ -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