From 8ebee48a3fbaaa201df2ff6f2d59f68fe99b7d93 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Sat, 6 Feb 2016 11:35:06 +0100 Subject: [PATCH] Neovim: add missing mkdir to configuration --- content/neovim.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/neovim.md b/content/neovim.md index 116ff25..611b9a2 100644 --- a/content/neovim.md +++ b/content/neovim.md @@ -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