diff --git a/gvimrc b/gvimrc index 60194bf..a522110 100644 --- a/gvimrc +++ b/gvimrc @@ -9,5 +9,3 @@ set guicursor+=a:blinkon0 "and none of them should blink set guiheadroom=0 map map! - -colorscheme iceberg diff --git a/vimplugins b/vimplugins index eff4a0d..7cf386f 100644 --- a/vimplugins +++ b/vimplugins @@ -18,14 +18,14 @@ Plug 'mhinz/vim-signify' "version control system gutter info Plug 'nvie/vim-togglemouse' "hotkey to toggle mouse Plug 'vim-airline/vim-airline' "airline Plug 'vim-airline/vim-airline-themes' "themes for airline -Plug 'wincent/command-t' "fuzzy file search +Plug 'kien/ctrlp.vim' "fuzzy file search Plug 'tpope/vim-fugitive' "moar git awesomeness Plug 'sheerun/vim-polyglot' "syntax " python, uncomment when needed -"Plug 'neomake/neomake' "linter -"Plug 'davidhalter/jedi-vim' "python support -"Plug 'ervandew/supertab' "TAB autocompletion +"Plug 'neomake/neomake' "linter +Plug 'davidhalter/jedi-vim', { 'for': 'python' } "python support +Plug 'ervandew/supertab', { 'for': 'python' } "TAB autocompletion " colorschemes Plug 'lifepillar/vim-solarized8'