Minor edits and cleanup.

This commit is contained in:
Derek Taylor
2019-03-14 09:46:44 -05:00
parent 905d0674b4
commit 8899b643a4
3 changed files with 11 additions and 2 deletions
+3
View File
@@ -20,6 +20,9 @@ Plugin 'ryanoasis/vim-devicons'
Plugin 'vim-python/python-syntax'
Plugin 'jreybert/vimagit'
Plugin 'severin-lemaignan/vim-minimap'
Plugin 'vimwiki/vimwiki' " Vim wiki
Plugin 'ap/vim-css-color' " Color previews for CSS
Plugin 'tpope/vim-surround' " Change surrounding marks
"Plugin 'klen/python-mode' " Python Mode
call vundle#end() " required, all plugins must appear before this line.