aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-02 13:38:50 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-02 13:38:50 +1200
commit4afefdaf2c43116b9a97b5f5ccbc2c04fb3b48a8 (patch)
tree2156be6a543c1cef958475e171f466fc67f9d9ee /README.md
parentDon't shout in CJK in README.md. (diff)
downloaddotfiles-4afefdaf2c43116b9a97b5f5ccbc2c04fb3b48a8.tar.gz
dotfiles-4afefdaf2c43116b9a97b5f5ccbc2c04fb3b48a8.zip
Provide install-neovim target
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 6 insertions, 9 deletions
diff --git a/README.md b/README.md
index aad12a57..85342e14 100644
--- a/README.md
+++ b/README.md
@@ -390,16 +390,13 @@ check of Perl scripts, and `_l` runs a Perl::Critic check.
#### Neovim
I test my configuration every now and then with the [Neovim
-fork](https://neovim.io/). To install the configuration where Neovim will use
-it, do this:
+fork](https://neovim.io/). There's an `install-neovim` target to run
+`install-vim` with the appropriate paths changed.
- $ nvd=${XDG_CONFIG_HOME:-"$HOME"/.config}/nvim
- $ make install-vim VIMRC="$nvd"/init.vim VIMDIR="$nvd"
-
-Neovim's [godless
-arrogance](https://twitter.com/tpope/status/437019518444240896)
-notwithstanding, I do rather like it overall, but I'm not presently using it as
-my daily driver and so it might balk at recent addenda to my configuration.
+Its [godless arrogance](https://twitter.com/tpope/status/437019518444240896)
+notwithstanding, I do rather like Neovim overall, but I'm not presently using
+it as my daily driver, and so it might balk at recent addenda to my
+configuration.
Scripts
-------