(feat): more dot file reworking
This commit is contained in:
parent
e215aa2d07
commit
9f30abb1e0
3 changed files with 2 additions and 11 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -0,0 +1 @@
|
|||
vim/plugged
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 14578f1d0c7ed8faca7e640104840b7eaa1c35ee
|
||||
11
vimrc
11
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 <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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue