From fb708c862ab36638ccde2423a3e3c59e59697fa4 Mon Sep 17 00:00:00 2001 From: Robert Kmiec Date: Wed, 15 Jan 2020 23:31:31 +0100 Subject: [PATCH] vim: plugins: doge, wordmotion, colorscheme: Red --- .vimrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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:¬