]> Untitled Git - vimfiles.git/commitdiff
removed some stuff I haven't used in a while
authorPhilippe Hürlimann <p@hurlimann.org>
Wed, 24 Oct 2018 16:27:59 +0000 (18:27 +0200)
committerPhilippe Hürlimann <p@hurlimann.org>
Wed, 24 Oct 2018 16:28:47 +0000 (18:28 +0200)
vimrc

diff --git a/vimrc b/vimrc
index 97f6aa6136b2114889425edeb962f05503406526..e8fbd3d96912717edc77333b370e9d1590294bd7 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -15,8 +15,6 @@ Plugin 'avakhov/vim-yaml'
 Plugin 'bitterjug/vim-colors-bitterjug'
 Plugin 'davidhalter/jedi-vim'
 Plugin 'dhruvasagar/vim-table-mode'
-Plugin 'eagletmt/ghcmod-vim'
-Plugin 'eagletmt/neco-ghc'
 Plugin 'honza/vim-snippets'
 Plugin 'kien/ctrlp.vim'
 Plugin 'leshill/vim-json'
@@ -28,12 +26,8 @@ Plugin 'paredit.vim'
 Plugin 'pbrisbin/html-template-syntax'
 Plugin 'Raimondi/delimitMate'
 Plugin 'rhysd/vim-clang-format'
-Plugin 'roxma/nvim-yarp'
-Plugin 'roxma/vim-hug-neovim-rpc'
 Plugin 'scrooloose/nerdcommenter'
 Plugin 'scrooloose/nerdtree'
-Plugin 'Shougo/deoplete.nvim'
-Plugin 'Shougo/vimproc'
 Plugin 'sirver/ultisnips'
 Plugin 'tpope/vim-classpath'
 Plugin 'tpope/vim-fireplace'
@@ -44,8 +38,6 @@ Plugin 'vim-scripts/a.vim'
 
 call vundle#end()
 
-call deoplete#enable()
-
 let g:ackprg = "ag --vimgrep"
 
 let g:UltiSnipsListSnippets="<c-l>"