Skip to content

Instantly share code, notes, and snippets.

@junrillg
Created February 3, 2016 06:02
Show Gist options
  • Save junrillg/9306a20fede602b3adc0 to your computer and use it in GitHub Desktop.
Save junrillg/9306a20fede602b3adc0 to your computer and use it in GitHub Desktop.

Revisions

  1. junrillg created this gist Feb 3, 2016.
    31 changes: 31 additions & 0 deletions .vimrc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,31 @@
    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