Skip to content

Instantly share code, notes, and snippets.

@howellcc
Last active July 27, 2022 15:50
Show Gist options
  • Save howellcc/3a8e863b403c6f8ed8ca031affd83750 to your computer and use it in GitHub Desktop.
Save howellcc/3a8e863b403c6f8ed8ca031affd83750 to your computer and use it in GitHub Desktop.
VimRC
" Import the defaults
source $VIMRUNTIME/defaults.vim
" Turn off visual mode
set mouse-=a
" change the highlight comment color to lightblue so that its actually readable
highlight comment ctermfg=lightblue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment