vim: plugins: doge, wordmotion, colorscheme: Red

This commit is contained in:
2020-01-15 23:31:31 +01:00
parent b242c66b16
commit fb708c862a

6
.vimrc
View File

@@ -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