Skip to content

Instantly share code, notes, and snippets.

@HMKRL
Created September 16, 2020 17:52
Show Gist options
  • Save HMKRL/952510db09f4a98fd437c482ca0ba453 to your computer and use it in GitHub Desktop.
Save HMKRL/952510db09f4a98fd437c482ca0ba453 to your computer and use it in GitHub Desktop.
Basic .vimrc
set nocompatible
filetype plugin indent on
set encoding=utf-8
set term=xterm-256color
set tabstop=4
set ai
set shiftwidth=4
syntax on
set number
set incsearch
set hlsearch
set cursorline
set background=dark
set list lcs=tab:\|\
set t_Co=256
set backspace=indent,eol,start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment