.dotfiles/.vimrc

9 lines
75 B
VimL
Raw Normal View History

2021-03-03 17:39:08 +00:00
syntax on
set tabstop=4
filetype on
set nu
set ruler
set mouse=a
set list