Basic vim section, + set title
This commit is contained in:
parent
b398be2a0a
commit
129551bad1
4
.vimrc
4
.vimrc
@ -1,3 +1,6 @@
|
|||||||
|
" Basic vim settings
|
||||||
|
set title
|
||||||
|
set number
|
||||||
set laststatus=2
|
set laststatus=2
|
||||||
set encoding=utf-8
|
set encoding=utf-8
|
||||||
set autoindent
|
set autoindent
|
||||||
@ -13,7 +16,6 @@ set expandtab
|
|||||||
" Set to show invisibles (tabs & trailing spaces) & their highlight color
|
" Set to show invisibles (tabs & trailing spaces) & their highlight color
|
||||||
set list listchars=tab:»\ ,trail:·
|
set list listchars=tab:»\ ,trail:·
|
||||||
|
|
||||||
set number
|
|
||||||
|
|
||||||
""""""""""""""""""""
|
""""""""""""""""""""
|
||||||
" GnuPG Extensions "
|
" GnuPG Extensions "
|
||||||
|
Loading…
Reference in New Issue
Block a user