From 56c1c35108a365f81d9db0a3d36595c656818964 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sat, 7 Oct 2017 23:51:43 +0200 Subject: Some vim changes. --- .vim/after/syntax/python.vim | 7 ++----- .vim/bundle/vundle | 2 +- .vim/bundles.vim | 19 +++---------------- 3 files changed, 6 insertions(+), 22 deletions(-) (limited to '.vim') diff --git a/.vim/after/syntax/python.vim b/.vim/after/syntax/python.vim index 6991ebf..831547c 100644 --- a/.vim/after/syntax/python.vim +++ b/.vim/after/syntax/python.vim @@ -1,5 +1,2 @@ -syn keyword selfType self -syn keyword clsType cls - -hi def link selfType Type -hi def link clsType Type +hi link pythonBoolean Constant +hi link pythonClassVar Type diff --git a/.vim/bundle/vundle b/.vim/bundle/vundle index 4984767..6437ad6 160000 --- a/.vim/bundle/vundle +++ b/.vim/bundle/vundle @@ -1 +1 @@ -Subproject commit 4984767509e3d05ca051e253c8a8b37de784be45 +Subproject commit 6437ad6df4a3e6a87c5fb8bd2b8aadb277ec9c87 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! -- cgit v1.2.3