(feat): more dot file reworking

This commit is contained in:
Blake Ridgway
2022-10-10 20:58:38 -05:00
parent e215aa2d07
commit 9f30abb1e0
3 changed files with 2 additions and 11 deletions

1
.gitignore vendored
View File

@@ -0,0 +1 @@
vim/plugged

Submodule vim/plugged/deoplete.nvim deleted from 14578f1d0c

9
vimrc
View File

@@ -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'