Skip to content

Instantly share code, notes, and snippets.

@junrillg
Created February 3, 2016 06:02
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 junrillg/9306a20fede602b3adc0 to your computer and use it in GitHub Desktop.
Save junrillg/9306a20fede602b3adc0 to your computer and use it in GitHub Desktop.
Basic .vimrc settings without plugins
set nocompatible
filetype on
filetype indent on
filetype plugin on
let mapleader = "."
syntax enable
set foldmethod=syntax
set ignorecase
set hlsearch
set fileencoding=utf-8
set backspace=indent,eol,start
set smartcase
set winwidth=84
set winheight=5
set winminheight=5
set winheight=999
set softtabstop=4
set shiftwidth=4
set smartindent
set noexpandtab
set expandtab
set number
set noswapfile
set visualbell
set cursorline
set background=dark
colorscheme zellner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment