(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

@ -1 +0,0 @@
Subproject commit 14578f1d0c7ed8faca7e640104840b7eaa1c35ee

9
vimrc
View file

@ -63,7 +63,6 @@ call plug#begin('~/.vim/plugged/')
Plug 'vim-ruby/vim-ruby', { 'for': 'ruby' } Plug 'vim-ruby/vim-ruby', { 'for': 'ruby' }
Plug 'tpope/vim-rails', { 'for': 'ruby' } Plug 'tpope/vim-rails', { 'for': 'ruby' }
Plug 'w0rp/ale' Plug 'w0rp/ale'
Plug 'sbdchd/neoformat' Plug 'sbdchd/neoformat'
@ -78,14 +77,6 @@ call plug#begin('~/.vim/plugged/')
Plug 'artur-shaik/vim-javacomplete2' Plug 'artur-shaik/vim-javacomplete2'
Plug 'dansomething/vim-eclim' 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'
Plug 'Shougo/neosnippet-snippets' Plug 'Shougo/neosnippet-snippets'