all repos — dotfiles @ b9fd18ebb9a1144cf33f6ef9db34e4e5f17d4a9e

my *nix dotfiles

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
commit

b9fd18ebb9a1144cf33f6ef9db34e4e5f17d4a9e

parent

335711ace424037849eef96bf5f79a6b8c227773

2 files changed, 3 insertions(+), 2 deletions(-)

jump to
M config/nvim/init.vimconfig/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/.zshrczsh/.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"