Skip to content

Instantly share code, notes, and snippets.

@ryanjadhav
Forked from hermansc/gist:2996793
Last active October 6, 2015 13:07
Show Gist options
  • Save ryanjadhav/2997736 to your computer and use it in GitHub Desktop.
Save ryanjadhav/2997736 to your computer and use it in GitHub Desktop.

Revisions

  1. ryanjadhav revised this gist Mar 7, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.vim
    Original file line number Diff line number Diff line change
    @@ -13,4 +13,4 @@ set nowb
    set noswapfile
    syntax on
    filetype plugin indent on
    colorscheme ron
    colorscheme slate
  2. @hermansc hermansc created this gist Jun 26, 2012.
    16 changes: 16 additions & 0 deletions gistfile1.vim
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,16 @@
    set softtabstop=2
    set shiftwidth=2
    set tabstop=2
    set expandtab "expandtab (whitespace)
    set number "line numbers
    set ai "autoindent
    set si "smartindent
    set tw=79 "wrap on 79
    set sta "smarttab
    set history=100 "remember more than 20 cmd-history
    set nobackup "don't generate swap and backup files
    set nowb
    set noswapfile
    syntax on
    filetype plugin indent on
    colorscheme ron