diff --git a/.vimrc b/.vimrc index 1c8d36a..dc1ae19 100644 --- a/.vimrc +++ b/.vimrc @@ -41,6 +41,8 @@ Plugin 'tpope/vim-commentary' " Toggle C style comments with gc "Plugin 'mnpk/vim-jira-complete' "Plugin 'KabbAmine/zeavim.vim' " gz to open zeal Plugin 'mbbill/undotree' +Plugin 'kkoomen/vim-doge' +Plugin 'chaoren/vim-wordmotion' " }}} " Files switch, jump and grep-like tools {{{ @@ -100,7 +102,7 @@ filetype plugin indent on " }}} -"TAB settings {{{ +" TAB settings {{{ set tabstop=4 set shiftwidth=4 @@ -235,7 +237,7 @@ match Error /\s\+$\|DU\cPA/ " Removing scrollbars if !has("gui_running") - colorscheme vice + colorscheme Red set background=dark " To show special characters in Vim set listchars=tab:▸\ ,trail:¬