mirror of
https://github.com/mhinz/vim-galore.git
synced 2025-02-24 01:59:28 +08:00
Neovim: "vimrc"
This commit is contained in:
parent
86b72c4800
commit
5484a410f0
@ -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`
|
If you don't have them set already, `$XDG_CONFIG_HOME` defaults to `~/.config`
|
||||||
and `$XDG_DATA_HOME` defaults to `~/.local/share`.
|
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` |
|
| Vim | `~/.vim` | `~/.vimrc` or `/.vim/vimrc` |
|
||||||
| Neovim | `~/.config/nvim` | `~/.config/nvim/init.vim` |
|
| Neovim | `~/.config/nvim` | `~/.config/nvim/init.vim` |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user