Skip to content

Instantly share code, notes, and snippets.

@Chambras
Created May 6, 2020 15:50
Show Gist options
  • Save Chambras/6d42f505403e9eb58862776d91c29952 to your computer and use it in GitHub Desktop.
Save Chambras/6d42f505403e9eb58862776d91c29952 to your computer and use it in GitHub Desktop.
My .vimrc configurations
colorscheme badwolf
syntax enable
set tabstop=2
set softtabstop=2
set expandtab
set number
set showcmd
set cursorline
filetype indent on
set wildmenu
set lazyredraw
set showmatch
set incsearch
set hlsearch
"set mouse=a
set pastetoggle=<F2>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment