From aae9c3a61d60cb3a8b101d8a70273b11899d8175 Mon Sep 17 00:00:00 2001 From: Shaun Setlock Date: Mon, 30 Dec 2024 22:22:30 -0500 Subject: [PATCH] Removed plugins with heavy dependencies. --- vim/.vimrc | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/vim/.vimrc b/vim/.vimrc index 6d01f49..aea9e13 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -1,6 +1,9 @@ set nocompatible " be iMproved, required filetype off " required +" for fish, this is needed .. +set shell=/bin/bash + " set the runtime path to include Vundle and initialize set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() @@ -10,19 +13,15 @@ Plugin 'VundleVim/Vundle.vim' Plugin 'tpope/vim-fugitive' " autocomplete Plugin 'ycm-core/YouCompleteMe' -" markdown -Plugin 'jtratner/vim-flavored-markdown' -Plugin 'suan/vim-instant-markdown' -Plugin 'nelstrom/vim-markdown-preview' "python sytax checker Plugin 'nvie/vim-flake8' -Plugin 'vim-scripts/Pydiction' +"Plugin 'vim-scripts/Pydiction' Plugin 'vim-scripts/indentpython.vim' Plugin 'scrooloose/syntastic' """ All of your Plugins must be added before the following line call vundle#end() " required -filetype plugin indent on " required +"filetype plugin indent on " required " Put your non-Plugin stuff after this line " autocomplete