1
0
Files
dotfiles/vim/dot-vimrc

13 lines
242 B
Plaintext

colorscheme retrobox
set relativenumber number
set packpath^=~/.vim/pack/
if has("gui_gnome") || has("gui_win32")
set guioptions -=m
set guioptions -=T
endif
set guicursor = ""
syntax on
filetype on
filetype plugin on
filetype indent on