>>106963976
okay but it's maybe slightly niggerlicious, I don't really use vim much on this system, but neovim integrated into vscode.
" Source defaults.vim
unlet! skip_defaults_vim
source $VIMRUNTIME/defaults.vim
" There is no need for compatibility with the Vi way of things
se nocompatible
" Show line and column number of the cursor position
se ruler
" Matched string is highlighted while you search
se incsearch
" Show line number for each line
se nu
Comment too long. Click here to view the full text.