dotfiles/.vimrc

5 lines
65 B
VimL
Raw Normal View History

2021-04-16 17:11:40 +00:00
set laststatus=2
set mouse=a
2021-04-16 17:16:00 +00:00
syntax on
2022-04-19 03:18:43 +00:00
filetype plugin indent on