From 12af15990eae5a5642c464da6208663728f1970f Mon Sep 17 00:00:00 2001 From: Harish K Date: Tue, 21 Nov 2017 23:23:07 +0530 Subject: [PATCH] added doc for quick copy-pasting --- Readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Readme.md b/Readme.md index 3d0ab16..16ecff8 100644 --- a/Readme.md +++ b/Readme.md @@ -50,4 +50,8 @@ My dot files * myvim script does the same for gvim * update-npm-binaries script scan ~/node_modules and create links to binary tools to ~/.local/bin +#### Vim config for server +```bash +wget https://raw.githubusercontent.com/harish2704/dotFiles/master/home/.config/nvim/server.vim -O ~/.vimrc +```