From 62d24060b519da459fe922c1c56f87951f67cb41 Mon Sep 17 00:00:00 2001 From: Marcel Schneider Date: Mon, 28 Oct 2019 16:35:10 +0100 Subject: [PATCH] delete unneeded language plugins --- init.vim | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/init.vim b/init.vim index 18af46f..823e1e9 100644 --- a/init.vim +++ b/init.vim @@ -84,20 +84,6 @@ Plug 'lumiliet/vim-twig', { 'for': [ 'php', 'html' ] } " Twig templates Plug 'Rican7/php-doc-modded', { 'for': 'php' } " Automatic phpdoc comments "}}} -" Python{{{ -Plug 'davidhalter/jedi-vim', { 'for': 'python', 'do': 'pip install jedi' } -Plug 'zchee/deoplete-jedi', { 'for': 'python' } -Plug 'python-mode/python-mode', { 'for': 'python', 'branch': 'develop' } -"}}} - -" Java{{{ -Plug 'artur-shaik/vim-javacomplete2', { 'for': 'java' } -"}}} - -" MIPS{{{ -Plug 'vim-scripts/mips.vim' -"}}} - " All of your Plugins must be added before the following line call plug#end() " required filetype plugin indent on " required