Files
ubuntu-fish-dotfiles/shell/dot.vimrc
2020-01-06 17:19:19 +01:00

16 lines
276 B
Plaintext

:set mouse=r
:color desert
:syntax on
:set nu
:set list
:set listchars=tab:>-
:filetype plugin indent on
" show existing tab with 4 spaces width
:set tabstop=4
" when indenting with '>', use 4 spaces width
:set shiftwidth=4
" On pressing tab, insert 4 spaces
:set expandtab