diff --git a/.gitignore b/.gitignore index e69de29..2c66cd4 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +vim/plugged diff --git a/vim/plugged/deoplete.nvim b/vim/plugged/deoplete.nvim deleted file mode 160000 index 14578f1..0000000 --- a/vim/plugged/deoplete.nvim +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 14578f1d0c7ed8faca7e640104840b7eaa1c35ee diff --git a/vimrc b/vimrc index ee38fbe..6e63138 100755 --- a/vimrc +++ b/vimrc @@ -63,7 +63,6 @@ call plug#begin('~/.vim/plugged/') Plug 'vim-ruby/vim-ruby', { 'for': 'ruby' } Plug 'tpope/vim-rails', { 'for': 'ruby' } - Plug 'w0rp/ale' Plug 'sbdchd/neoformat' @@ -78,14 +77,6 @@ call plug#begin('~/.vim/plugged/') Plug 'artur-shaik/vim-javacomplete2' Plug 'dansomething/vim-eclim' - if has('nvim') - Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' } - else - Plug 'Shougo/deoplete.nvim' - Plug 'roxma/nvim-yarp' - Plug 'roxma/vim-hug-neovim-rpc' - endif - Plug 'Shougo/neosnippet' Plug 'Shougo/neosnippet-snippets' @@ -621,4 +612,4 @@ imap (JavaComplete-Imports-RemoveUnused) " Run current file tests map ju :JUnit % " Run all tests -map ja :JUnit * \ No newline at end of file +map ja :JUnit *