(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

11
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'
@ -621,4 +612,4 @@ imap <F7> <Plug>(JavaComplete-Imports-RemoveUnused)
" Run current file tests
map <leader>ju :JUnit %<cr>
" Run all tests
map <leader>ja :JUnit *<cr>
map <leader>ja :JUnit *<cr>