1
0
Fork 0
mirror of synced 2024-06-15 13:31:10 -04:00
ultimate-vim/my_configs.vim-stub

10 lines
146 B
Plaintext
Raw Normal View History

2019-09-20 00:53:01 -04:00
set autoindent
set noexpandtab
set tabstop=2
set shiftwidth=2
set number
set listchars=eol:↵,tab:>_,trail:~,extends:>,precedes:<
set list