dotfiles/vimrc
KeeganForelight af06d5a0e7 ifconfig
2022-03-08 21:51:38 -05:00

15 lines
215 B
VimL

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