Skip to content

Instantly share code, notes, and snippets.

@usmarcv
Created May 25, 2022 17:57
Show Gist options
  • Save usmarcv/5ba911e89e83f487ceba6508dd46f988 to your computer and use it in GitHub Desktop.
Save usmarcv/5ba911e89e83f487ceba6508dd46f988 to your computer and use it in GitHub Desktop.
My configurations of vimrc
:autocmd BufNewFile *.cpp 0r ~/.vim/templates/skeleton.cpp
set ts=2
set nu
set number relativenumber
set showbreak=~
set hidden
set shiftwidth=2
set smartindent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment