Created
November 28, 2019 11:17
-
-
Save rickwierenga/3ac9735251271db71e71f6c1934587d3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
: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