From 9f30abb1e07d338f7b5a39aecfd5804803c0e700 Mon Sep 17 00:00:00 2001 From: Blake Ridgway Date: Mon, 10 Oct 2022 20:58:38 -0500 Subject: [PATCH] (feat): more dot file reworking --- .gitignore | 1 + vim/plugged/deoplete.nvim | 1 - vimrc | 11 +---------- 3 files changed, 2 insertions(+), 11 deletions(-) delete mode 160000 vim/plugged/deoplete.nvim 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 *