add my config stub
This commit is contained in:
parent
3aefdbd21a
commit
c19fdde243
1 changed files with 9 additions and 0 deletions
9
my_configs.vim-stub
Normal file
9
my_configs.vim-stub
Normal file
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
set autoindent
|
||||
set noexpandtab
|
||||
set tabstop=2
|
||||
set shiftwidth=2
|
||||
set number
|
||||
set listchars=eol:↵,tab:>_,trail:~,extends:>,precedes:<
|
||||
set list
|
Loading…
Reference in a new issue