aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-07 15:33:01 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-07 15:33:01 +1200
commit2f4db29db7805aeb27ae9600549d1ff66cc14b9b (patch)
tree514280e7933b3e960326b23945a09cf5ffa4c8e7
parentMerge branch 'release/v1.22.0' into develop (diff)
downloaddotfiles-2f4db29db7805aeb27ae9600549d1ff66cc14b9b.tar.gz
dotfiles-2f4db29db7805aeb27ae9600549d1ff66cc14b9b.zip
Rearrange Makefile for Neovim install
-rw-r--r--Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index c64d5ce3..4556ceae 100644
--- a/Makefile
+++ b/Makefile
@@ -432,11 +432,6 @@ 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
@@ -497,7 +492,6 @@ install-urxvt: urxvt/ext/select
find urxvt/ext -type f ! -name '*.pl' \
-exec cp -p -- {} $(HOME)/.urxvt/ext \;
-# Change these at invocation to install for NeoVim; see README.md
VIMDIR = $(HOME)/.vim
VIMRC = $(HOME)/.vimrc
@@ -511,6 +505,11 @@ install-vim: install-vim-after \
install-vim-indent \
install-vim-plugin
+install-neovim:
+ make install-vim \
+ VIMDIR=$${XDG_CONFIG_HOME:-"$$HOME"/.config}/nvim \
+ VIMRC=$${XDF_CONFIG_HOME:="$$HOME"/.config}/init.vim
+
install-vim-after: install-vim-after-ftplugin \
install-vim-after-indent \
install-vim-after-plugin \