From 5484a410f098451241e1f64cbfcf9844d3aae8a9 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Fri, 5 Feb 2016 12:55:04 +0100 Subject: [PATCH] Neovim: "vimrc" --- content/neovim.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/neovim.md b/content/neovim.md index 12d5f03..5da431f 100644 --- a/content/neovim.md +++ b/content/neovim.md @@ -12,7 +12,10 @@ Specification](http://standards.freedesktop.org/basedir-spec/basedir-spec-latest If you don't have them set already, `$XDG_CONFIG_HOME` defaults to `~/.config` and `$XDG_DATA_HOME` defaults to `~/.local/share`. -| Flavour | User configuration directory | vimrc | +NOTE: The term "vimrc" doesn't refer to a filename, it refers to a configuration +file and is used by Vim and Neovim. + +| Flavour | User configuration directory | User vimrc | |---------|------------------------------|-------| | Vim | `~/.vim` | `~/.vimrc` or `/.vim/vimrc` | | Neovim | `~/.config/nvim` | `~/.config/nvim/init.vim` |