From 5ad4a6f17dcfc239d515e3bf07f55c71ba46397f Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Fri, 19 May 2023 09:24:58 -0400 Subject: [PATCH] Remove Vundle and rust and toml plugins --- .gitmodules | 3 --- Vundle.vim | 1 - vimrc | 14 -------------- 3 files changed, 18 deletions(-) delete mode 100644 .gitmodules delete mode 160000 Vundle.vim diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index d7543a7..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "Vundle.vim"] - path = Vundle.vim - url = git://github.com/VundleVim/Vundle.vim.git diff --git a/Vundle.vim b/Vundle.vim deleted file mode 160000 index 6497e37..0000000 --- a/Vundle.vim +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 6497e37694cd2134ccc3e2526818447ee8f20f92 diff --git a/vimrc b/vimrc index ccd031f..590adde 100644 --- a/vimrc +++ b/vimrc @@ -4,20 +4,6 @@ let $MYVIMFILES=fnamemodify(resolve(expand("")), ":p:h") set nocompatible -""" -""" Load Vundle -""" - -filetype off -set rtp+=~/.vim/Vundle.vim -call vundle#begin() - -Plugin 'git://github.com/rust-lang/rust.vim.git' -Plugin 'git://github.com/cespare/vim-toml.git' - -call vundle#end() -""" - syntax enable filetype plugin indent on set backspace=indent,eol,start