aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-02 14:34:04 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-02 14:34:04 +1200
commit682897562b1a1efc1fd993f666a78d5957fc1533 (patch)
tree5581b01edbaa439bc93e57499302cec0dfabc42c /Makefile
parentMerge branch 'release/v1.15.0' (diff)
parentRebuild dotfiles(7) manual (diff)
downloaddotfiles-ae4a39ffcbe5c32013deb9dce5a50e1926cc49b9.tar.gz (sig)
dotfiles-ae4a39ffcbe5c32013deb9dce5a50e1926cc49b9.zip
Merge branch 'release/v1.16.0'v1.16.0
* release/v1.16.0: Rebuild dotfiles(7) manual Bump VERSION Update insert_cancel.vim plugin Add vim config subfile to undo Debian's changes Provide install-neovim target Don't shout in CJK in README.md. Don't spellcheck &readonly text/markdown Add 'c' flag to 'formatoptions' for gitcommit Correct <C-L> mapping
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 86b3942c..b42ee72c 100644
--- a/Makefile
+++ b/Makefile
@@ -430,6 +430,11 @@ install-ncmcpp: install-mpd
mkdir -p -- $(HOME)/.ncmpcpp
cp -p -- ncmpcpp/config $(HOME)/.ncmpcpp
+install-neovim:
+ make install-vim \
+ VIMDIR=$${XDG_CONFIG_HOME:-"$$HOME"/.config}/nvim \
+ VIMRC=$${XDF_CONFIG_HOME:="$$HOME"/.config}/init.vim
+
install-newsboat:
mkdir -p -- $(HOME)/.config/newsboat $(HOME)/.local/share/newsboat
cp -p -- newsboat/config $(HOME)/.config/newsboat
@@ -544,6 +549,7 @@ install-vim-compiler:
install-vim-config:
cp -p -- vim/vimrc $(VIMRC)
+ cp -p -- vim/config/*.vim $(VIMDIR)/config
install-vim-filetype:
cp -p -- vim/filetype.vim vim/scripts.vim $(VIMDIR)