Remove Vundle and rust and toml plugins
This commit is contained in:
parent
848779f332
commit
5ad4a6f17d
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -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
14
vimrc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user