mirror of
				https://github.com/mhinz/vim-galore.git
				synced 2025-11-04 20:05:36 +08:00 
			
		
		
		
	Neovim: "vimrc"
This commit is contained in:
		@@ -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` |
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user