dotfiles/vimrc
KeeganForelight 3a4212df66 new vim theme
2022-03-08 21:34:35 -05:00

12 lines
179 B
VimL

filetype plugin indent on
" show existing tab with 4 spaces width
set tabstop=4
set shiftwidth=4
set expandtab
" setting color theme stuff
syntax enable
colorscheme hybrid.vim