vim: plugins: doge, wordmotion, colorscheme: Red
This commit is contained in:
4
.vimrc
4
.vimrc
@@ -41,6 +41,8 @@ Plugin 'tpope/vim-commentary' " Toggle C style comments with gc
|
|||||||
"Plugin 'mnpk/vim-jira-complete'
|
"Plugin 'mnpk/vim-jira-complete'
|
||||||
"Plugin 'KabbAmine/zeavim.vim' " gz to open zeal
|
"Plugin 'KabbAmine/zeavim.vim' " gz to open zeal
|
||||||
Plugin 'mbbill/undotree'
|
Plugin 'mbbill/undotree'
|
||||||
|
Plugin 'kkoomen/vim-doge'
|
||||||
|
Plugin 'chaoren/vim-wordmotion'
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
" Files switch, jump and grep-like tools {{{
|
" Files switch, jump and grep-like tools {{{
|
||||||
@@ -235,7 +237,7 @@ match Error /\s\+$\|DU\cPA/
|
|||||||
|
|
||||||
" Removing scrollbars
|
" Removing scrollbars
|
||||||
if !has("gui_running")
|
if !has("gui_running")
|
||||||
colorscheme vice
|
colorscheme Red
|
||||||
set background=dark
|
set background=dark
|
||||||
" To show special characters in Vim
|
" To show special characters in Vim
|
||||||
set listchars=tab:▸\ ,trail:¬
|
set listchars=tab:▸\ ,trail:¬
|
||||||
|
|||||||
Reference in New Issue
Block a user