Skip to content

Instantly share code, notes, and snippets.

@Astro36
Last active May 1, 2020 13:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Astro36/2fc9d93f7620efb39de1f4482f0e0293 to your computer and use it in GitHub Desktop.
Save Astro36/2fc9d93f7620efb39de1f4482f0e0293 to your computer and use it in GitHub Desktop.
My Vim Config
colorscheme delek
set nu
set mouse=a
set ruler
set shiftwidth=4
set tabstop=4
set softtabstop=4
set expandtab
set cindent
set autoindent
set smartindent
set paste
set showmatch
set visualbell
set cursorline
set laststatus=2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment