Last active
July 27, 2022 15:50
-
-
Save howellcc/3a8e863b403c6f8ed8ca031affd83750 to your computer and use it in GitHub Desktop.
VimRC
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" 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