aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-02-16 22:14:52 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-02-16 22:14:52 +1300
commit92c739e5fc2f2ff379015defa058b54851a4dce7 (patch)
tree7fa6c5da49c8e462848d2fb3b2ae08767f00a4b5
parentMerge branch 'feature/nvim' into develop (diff)
parentRebuild dotfiles(7) manual from README.md (diff)
downloaddotfiles-92c739e5fc2f2ff379015defa058b54851a4dce7.tar.gz
dotfiles-92c739e5fc2f2ff379015defa058b54851a4dce7.zip
Merge branch 'release/v0.29.0' into develop
* release/v0.29.0: Rebuild dotfiles(7) manual from README.md Bump VERSION
-rw-r--r--VERSION4
-rw-r--r--man/man7/dotfiles.7df22
2 files changed, 24 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 78300d74..42d2cb6f 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v0.28.0
-Sun Feb 11 21:07:15 UTC 2018
+tejr dotfiles v0.29.0
+Fri Feb 16 09:13:46 UTC 2018
diff --git a/man/man7/dotfiles.7df b/man/man7/dotfiles.7df
index dffde948..6cf3fdcb 100644
--- a/man/man7/dotfiles.7df
+++ b/man/man7/dotfiles.7df
@@ -147,6 +147,10 @@ tmux (https://tmux.github.io/) \[en] Terminal multiplexer similar to GNU
Screen
.IP \[bu] 2
Vim (http://www.vim.org/) \[en] Vi IMproved, a text editor
+.RS 2
+.IP \[bu] 2
+Neovim (https://neovim.io/) \[en] An \[lq]emphatic fork\[rq] of Vim
+.RE
.IP \[bu] 2
X11 (https://www.x.org/wiki/) \[en] Windowing system with network
transparency for Unix
@@ -502,6 +506,24 @@ There are also a few tweaks to core syntax files in
.PP
Third\-party plugins are in submodules in \f[C]~/.vim/bundle\f[].
They are installed into \f[C]~/.vim\f[] as normal.
+.SS Neovim
+.PP
+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:
+.IP
+.nf
+\f[C]
+$\ nvd=${XDG_CONFIG_HOME:\-"$HOME"/.config}/nvim
+$\ make\ install\-vim\ VIMRC=$nvd/init.vim\ VIMDIR=$nvd
+\f[]
+.fi
+.PP
+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.
.SS Scripts
.PP
Where practical, I make short scripts into POSIX (but not Bourne)