mirror of
				https://github.com/mhinz/vim-galore.git
				synced 2025-11-04 11:55:35 +08:00 
			
		
		
		
	Neovim: add missing mkdir to configuration
This commit is contained in:
		@@ -35,6 +35,7 @@ If you want to share your vimrc with Neovim, you can easily do that like this
 | 
			
		||||
 | 
			
		||||
```sh
 | 
			
		||||
$ cd
 | 
			
		||||
$ mkdir -p .config
 | 
			
		||||
$ ln -s .vim .config/nvim
 | 
			
		||||
$ cd .vim
 | 
			
		||||
$ ln -s vimrc init.vim
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user