Skip to content

Instantly share code, notes, and snippets.

@rickwierenga
Created November 28, 2019 11:17
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 rickwierenga/3ac9735251271db71e71f6c1934587d3 to your computer and use it in GitHub Desktop.
Save rickwierenga/3ac9735251271db71e71f6c1934587d3 to your computer and use it in GitHub Desktop.
:set number
set expandtab
set shiftwidth=4
set softtabstop=4
if &compatible
set nocompatible
endif
set runtimepath+=/Users/rickwierenga/.vim/bundle/neobundle.vim/
call neobundle#begin(expand('/Users/rickwierenga/.vim/bundle'))
NeoBundleFetch 'Shougo/neobundle.vim'
NeoBundle 'toyamarinyon/vim-swift'
NeoBundle 'Shougo/vimshell', { 'rev' : '3787e5' }
call neobundle#end()
filetype plugin indent on
NeoBundleCheck
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment