1
0
Fork 0
mirror of synced 2024-11-27 03:05:36 -05:00
ultimate-vim/my_configs.vim

8 lines
126 B
VimL
Raw Normal View History

2016-10-08 23:24:22 -04:00
" personal themes
set background=dark
colorscheme solarized
"tabspace = 2
2016-10-09 02:10:27 -04:00
autocmd FileType * set tabstop=2|set shiftwidth=2
2016-10-08 23:24:22 -04:00