[vim] Remove some long unused bundles and stray configs
RIP Solarized and Dash :(
This commit is contained in:
parent
c74e3ce3c8
commit
c4b8d644e1
1 changed files with 1 additions and 13 deletions
14
vimrc
14
vimrc
|
@ -22,7 +22,6 @@ Plugin 'gmarik/Vundle.vim'
|
||||||
|
|
||||||
" Filetypes
|
" Filetypes
|
||||||
Plugin 'keith/swift.vim'
|
Plugin 'keith/swift.vim'
|
||||||
Plugin 'elmcast/elm-vim'
|
|
||||||
Plugin 'othree/html5.vim'
|
Plugin 'othree/html5.vim'
|
||||||
|
|
||||||
" Editing helpers
|
" Editing helpers
|
||||||
|
@ -33,11 +32,6 @@ Plugin 'tpope/vim-unimpaired'
|
||||||
Plugin 'tpope/vim-commentary'
|
Plugin 'tpope/vim-commentary'
|
||||||
Plugin 'PeterRincker/vim-argumentative'
|
Plugin 'PeterRincker/vim-argumentative'
|
||||||
|
|
||||||
" Documentation and completion
|
|
||||||
Plugin 'rizzatti/funcoo.vim' " Required for dash
|
|
||||||
Plugin 'rizzatti/dash.vim'
|
|
||||||
"Plugin 'valloric/YouCompleteMe'
|
|
||||||
|
|
||||||
Plugin 'sjl/gundo.vim' " Undo helper
|
Plugin 'sjl/gundo.vim' " Undo helper
|
||||||
Plugin 'scrooloose/nerdtree'
|
Plugin 'scrooloose/nerdtree'
|
||||||
Plugin 'wincent/command-t'
|
Plugin 'wincent/command-t'
|
||||||
|
@ -47,7 +41,6 @@ Plugin 'apple-swift', {'pinned': 1}
|
||||||
Plugin 'rust-lang/rust.vim'
|
Plugin 'rust-lang/rust.vim'
|
||||||
|
|
||||||
" Colors~
|
" Colors~
|
||||||
Plugin 'altercation/vim-colors-solarized'
|
|
||||||
Plugin 'tomasr/molokai'
|
Plugin 'tomasr/molokai'
|
||||||
|
|
||||||
" Snippets
|
" Snippets
|
||||||
|
@ -189,16 +182,11 @@ endif
|
||||||
" Dark backgrounds are the only way to travel
|
" Dark backgrounds are the only way to travel
|
||||||
set bg=dark
|
set bg=dark
|
||||||
|
|
||||||
" Try to use the solarized colorscheme if the terminal can support it
|
|
||||||
let g:solarized_termtrans = 0 " transparent terminals
|
|
||||||
let g:solarized_visibility = 'low' " visibility of list chars
|
|
||||||
try
|
try
|
||||||
colorscheme tomorrow_night
|
colorscheme tomorrow_night
|
||||||
endtry
|
endtry
|
||||||
|
|
||||||
" Empty snipmate options dictionary
|
let g:snipMate = { 'snippet_version': 1 }
|
||||||
let g:snipMate = {}
|
|
||||||
let g:snipMate.snippet_version = 1
|
|
||||||
" tell SnipMate who I am
|
" tell SnipMate who I am
|
||||||
let g:snips_author = 'Eryn Wells <eryn@erynwells.me>'
|
let g:snips_author = 'Eryn Wells <eryn@erynwells.me>'
|
||||||
" Set up some snippet scope aliases
|
" Set up some snippet scope aliases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue