Skip to content

Instantly share code, notes, and snippets.

@debuti
Created April 9, 2018 10:40
Show Gist options
  • Save debuti/0a4371a4b7fd4fcabbd8c2e7635dc413 to your computer and use it in GitHub Desktop.
Save debuti/0a4371a4b7fd4fcabbd8c2e7635dc413 to your computer and use it in GitHub Desktop.
My vimconfig
" Enable syntax highlighting
syntax on
" Disable use of the mouse for visual
set mouse-=a
" Display line numbers on the left
set number
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment