Skip to content

Instantly share code, notes, and snippets.

@Max95Cohen
Last active February 22, 2023 12:23
Show Gist options
  • Save Max95Cohen/e86448c0e258703d604c98992fb5e55d to your computer and use it in GitHub Desktop.
Save Max95Cohen/e86448c0e258703d604c98992fb5e55d to your computer and use it in GitHub Desktop.
.vimrc config
set autoindent
set hlsearch
set incsearch
set number
set ruler
set tabstop=4 shiftwidth=4 softtabstop=4 expandtab
syntax on
"retab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment