summaryrefslogtreecommitdiffstats
path: root/.config/nvim/init.vim
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-11-16 18:06:41 -0500
committerLuke Smith <luke@lukesmith.xyz>2020-11-16 18:06:41 -0500
commitcba0fcc03d9cbab623eae419d308c5b1f7c1b193 (patch)
treed2fe9b76a7d323fb21605bb2e26298c37399832b /.config/nvim/init.vim
parent3215e7b4bb25f04db9caa4677caf32899de3e4c9 (diff)
downloadeibhear-cba0fcc03d9cbab623eae419d308c5b1f7c1b193.tar.gz
eibhear-cba0fcc03d9cbab623eae419d308c5b1f7c1b193.tar.zst
eibhear-cba0fcc03d9cbab623eae419d308c5b1f7c1b193.zip
old stuff removed
many files renamed, possible breakage
Diffstat (limited to '.config/nvim/init.vim')
-rw-r--r--.config/nvim/init.vim8
1 files changed, 2 insertions, 6 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim
index b078a78..8deb34a 100644
--- a/.config/nvim/init.vim
+++ b/.config/nvim/init.vim
@@ -11,13 +11,11 @@ call plug#begin(system('echo -n "${XDG_CONFIG_HOME:-$HOME/.config}/nvim/plugged"
Plug 'tpope/vim-surround'
Plug 'preservim/nerdtree'
Plug 'junegunn/goyo.vim'
-Plug 'PotatoesMaster/i3-vim-syntax'
Plug 'jreybert/vimagit'
Plug 'lukesmithxyz/vimling'
Plug 'vimwiki/vimwiki'
Plug 'bling/vim-airline'
Plug 'tpope/vim-commentary'
-Plug 'kovetskiy/sxhkd-vim'
Plug 'ap/vim-css-color'
call plug#end()
@@ -114,11 +112,9 @@ set clipboard+=unnamedplus
autocmd BufWritepre * %s/\n\+\%$//e
" When shortcut files are updated, renew bash and ranger configs with new material:
- autocmd BufWritePost files,directories !shortcuts
+ autocmd BufWritePost bm-files,bm-dirs !shortcuts
" Run xrdb whenever Xdefaults or Xresources are updated.
- autocmd BufWritePost *Xresources,*Xdefaults !xrdb %
-" Update binds when sxhkdrc is updated.
- autocmd BufWritePost *sxhkdrc !pkill -USR1 sxhkd
+ autocmd BufWritePost *Xresources,*Xdefaults,*xresources,*xdefaults !xrdb %
" Turns off highlighting on the bits of code that are changed, so the line that is changed is highlighted but the actual text that has changed stands out on the line and is readable.
if &diff