Add vim-keysound, Visual color `ctermbg` to magenta Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Thu, 08 Nov 2018 09:55:31 +0530
2 files changed,
3 insertions(+),
2 deletions(-)
M
config/nvim/init.vim
→
config/nvim/init.vim
@@ -24,6 +24,7 @@ Plug 'zah/nim.vim'
Plug 'wellle/targets.vim' Plug 'NerdyPepper/agila.vim' Plug 'w0rp/ale' +Plug 'skywind3000/vim-keysound' call plug#end() " indentation@@ -178,7 +179,7 @@ " comments are italicized
hi Comment cterm=italic " color overrides hi CursorLine ctermbg=none -hi Visual ctermfg=white cterm=bold ctermbg=none +hi Visual ctermfg=white cterm=bold ctermbg=magenta " vim-markdown
M
zsh/.zshrc
→
zsh/.zshrc
@@ -14,7 +14,7 @@ export PATH=$PATH:$HOME/bin
export GPG_TTY=$(tty) export INPUTRC=~/.inputrc export PATH=$PATH:$HOME/Leet/Nim/bin -export PATH=$PATH:$HOME/.nimble/bin +export PATH=$PATH:$HOME/.nimble # theme specefic ZSH_THEME="icy"