aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-13 11:40:52 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-13 11:40:52 +1200
commit4ea0f851568e10f538374c4dad0d88cae4df1476 (patch)
treed9fcd6079d06bde0166f9c906e7cd28aafc28a9d /README.md
parentExplicitly create Vim $MYVIM/cache dir (diff)
downloaddotfiles-4ea0f851568e10f538374c4dad0d88cae4df1476.tar.gz
dotfiles-4ea0f851568e10f538374c4dad0d88cae4df1476.zip
Drop support for Neovim
It's just annoying.
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 3 insertions, 10 deletions
diff --git a/README.md b/README.md
index 8599b04c..827fb81e 100644
--- a/README.md
+++ b/README.md
@@ -112,7 +112,6 @@ Configuration is included for:
* [tidy](http://www.html-tidy.org/) -- HTML/XHTML linter and tidier
* [tmux](https://tmux.github.io/) -- Terminal multiplexer similar to GNU Screen
* [Vim](https://www.vim.org/) -- Vi IMproved, a text editor
- * [Neovim](https://neovim.io/) -- An "emphatic fork" of Vim
* [X11](https://www.x.org/wiki/) -- Windowing system with network transparency
for Unix
@@ -384,16 +383,10 @@ compile?) and linting (is it correct and well-written?) are separate processes
for me, I bind them separately with local leader maps; for example, for `perl`
filetypes, `,c` switches `makprg` to `perl -c`, and `,l` to `perlcritic`.
-#### Neovim
+#### No Neovim support
-I test my configuration every now and then with the [Neovim
-fork](https://neovim.io/). There's an `install-neovim` target to run
-`install-vim` with the appropriate paths changed.
-
-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.
+The configuration doesn't explicitly support Neovim, although most of it will
+probably work.
Scripts
-------