Remove Vundle and rust and toml plugins

This commit is contained in:
Josh Holtrop 2023-05-19 09:24:58 -04:00
parent 848779f332
commit 5ad4a6f17d
3 changed files with 0 additions and 18 deletions

3
.gitmodules vendored
View File

@ -1,3 +0,0 @@
[submodule "Vundle.vim"]
path = Vundle.vim
url = git://github.com/VundleVim/Vundle.vim.git

@ -1 +0,0 @@
Subproject commit 6497e37694cd2134ccc3e2526818447ee8f20f92

14
vimrc
View File

@ -4,20 +4,6 @@
let $MYVIMFILES=fnamemodify(resolve(expand("<sfile>")), ":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