Skip to content

Instantly share code, notes, and snippets.

@MvRens
Last active January 23, 2022 09:38
Show Gist options
  • Save MvRens/b75223a23e657700dd4f59ab765d4faa to your computer and use it in GitHub Desktop.
Save MvRens/b75223a23e657700dd4f59ab765d4faa to your computer and use it in GitHub Desktop.
.vimrc
syntax on
set number
set cursorline
set number relativenumber
set shiftwidth=4
set tabstop=4
set nobackup
set ignorecase
set showmatch
set hlsearch
set showcmd
set showmode
set wildmenu
set wildmode=list:longest
colorscheme molokai
set t_ut=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment