aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-02-16 22:14:22 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-02-16 22:14:22 +1300
commit94b01fe359d2b0d7722d19fbe37e801a4debf180 (patch)
tree7fa6c5da49c8e462848d2fb3b2ae08767f00a4b5 /man
parentBump VERSION (diff)
downloaddotfiles-94b01fe359d2b0d7722d19fbe37e801a4debf180.tar.gz
dotfiles-94b01fe359d2b0d7722d19fbe37e801a4debf180.zip
Rebuild dotfiles(7) manual from README.md
Diffstat (limited to 'man')
-rw-r--r--man/man7/dotfiles.7df22
1 files changed, 22 insertions, 0 deletions
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)