summaryrefslogtreecommitdiff
path: root/.vim/bundles.vim
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2017-10-07 23:51:43 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2017-10-08 00:25:40 +0200
commit56c1c35108a365f81d9db0a3d36595c656818964 (patch)
treef2bd3ffdf8c471dd7f5f487e708b87c41d89299e /.vim/bundles.vim
parentee7bc1575b90adeef80e0012fe1f9175f4fdb35b (diff)
downloaddotfiles-56c1c35108a365f81d9db0a3d36595c656818964.tar.gz
dotfiles-56c1c35108a365f81d9db0a3d36595c656818964.tar.bz2
dotfiles-56c1c35108a365f81d9db0a3d36595c656818964.zip
Some vim changes.
Diffstat (limited to '.vim/bundles.vim')
-rw-r--r--.vim/bundles.vim19
1 files changed, 3 insertions, 16 deletions
diff --git a/.vim/bundles.vim b/.vim/bundles.vim
index 8e7d461..ce025cc 100644
--- a/.vim/bundles.vim
+++ b/.vim/bundles.vim
@@ -25,9 +25,6 @@ Plugin 'scrooloose/nerdtree'
" Tagbar
Plugin 'majutsushi/tagbar'
-" vim-latex
-Plugin 'git://vim-latex.git.sourceforge.net/gitroot/vim-latex/vim-latex'
-
" surround.vim
Plugin 'tpope/vim-surround'
@@ -46,27 +43,17 @@ Plugin 'scrooloose/syntastic'
" Ctrl-P
Plugin 'ctrlpvim/ctrlp.vim'
-" projects
-Plugin 'project.tar.gz'
-
" GPG
Plugin 'jamessan/vim-gnupg'
-" Snippet Management
-Plugin 'SirVer/ultisnips'
-Plugin 'honza/vim-snippets'
-
-" Some nice shortcuts
-Plugin 'tpope/vim-unimpaired'
-
" i3 Syntax highlighting
Plugin 'PotatoesMaster/i3-vim-syntax'
-" LiveScript support
-Plugin 'necoro/vim-ls'
-
" YCM
Plugin 'Valloric/YouCompleteMe'
+" Enhanced Python Syntax
+Plugin 'vim-python/python-syntax'
+
call vundle#end()
filetype plugin indent on " required!