[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
|
||||
Plugin 'keith/swift.vim'
|
||||
Plugin 'elmcast/elm-vim'
|
||||
Plugin 'othree/html5.vim'
|
||||
|
||||
" Editing helpers
|
||||
|
@ -33,11 +32,6 @@ Plugin 'tpope/vim-unimpaired'
|
|||
Plugin 'tpope/vim-commentary'
|
||||
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 'scrooloose/nerdtree'
|
||||
Plugin 'wincent/command-t'
|
||||
|
@ -47,7 +41,6 @@ Plugin 'apple-swift', {'pinned': 1}
|
|||
Plugin 'rust-lang/rust.vim'
|
||||
|
||||
" Colors~
|
||||
Plugin 'altercation/vim-colors-solarized'
|
||||
Plugin 'tomasr/molokai'
|
||||
|
||||
" Snippets
|
||||
|
@ -189,16 +182,11 @@ endif
|
|||
" Dark backgrounds are the only way to travel
|
||||
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
|
||||
colorscheme tomorrow_night
|
||||
endtry
|
||||
|
||||
" Empty snipmate options dictionary
|
||||
let g:snipMate = {}
|
||||
let g:snipMate.snippet_version = 1
|
||||
let g:snipMate = { 'snippet_version': 1 }
|
||||
" tell SnipMate who I am
|
||||
let g:snips_author = 'Eryn Wells <eryn@erynwells.me>'
|
||||
" Set up some snippet scope aliases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue