From 2f4421216e8b8c4aeedc0a15eec56f3ef01ddf0e Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 16 Feb 2018 22:14:00 +1300 Subject: Bump VERSION --- VERSION | 4 ++-- 1 file changed, 2 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 -- cgit v1.2.3 From 94b01fe359d2b0d7722d19fbe37e801a4debf180 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 16 Feb 2018 22:14:22 +1300 Subject: Rebuild dotfiles(7) manual from README.md --- man/man7/dotfiles.7df | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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) -- cgit v1.2.3