vim: plugins: doge, wordmotion, colorscheme: Red
This commit is contained in:
6
.vimrc
6
.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:¬
|
||||
|
||||
Reference in New Issue
Block a user