Skip to content

Instantly share code, notes, and snippets.

@nkabir
Created October 18, 2011 16:32
Show Gist options
  • Save nkabir/1295884 to your computer and use it in GitHub Desktop.
Save nkabir/1295884 to your computer and use it in GitHub Desktop.
.vimrc file
syntax on
filetype on
set encoding=utf8
" set paste // disabled set paste because it interferes with snippets
set expandtab
" enable softwrap
set wrap linebreak textwidth=0
set tabstop=4
set softtabstop=4
set shiftwidth=4
set autoindent
set backspace=indent,eol,start
set incsearch
set ruler
set wildmenu
set commentstring=\ #\ %s
set foldlevel=0
set clipboard+=unnamed
set background=dark
set smarttab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment