From 565384f9257124e487ee565be88f41a559d9ce42 Mon Sep 17 00:00:00 2001 From: jdhao Date: Sun, 28 Apr 2019 17:52:33 +0800 Subject: [PATCH] Update README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 28b603c..69d0d74 100644 --- a/README.md +++ b/README.md @@ -129,4 +129,12 @@ To make deoplete work, you have to set the correct value for executable. Find this setting in this `init.vim` and change it in accordance with your system. +## Further reading + ++ [Config nvim on Linux for Python development](https://jdhao.github.io/2018/12/24/centos_nvim_install_use_guide_en/) + ++ [Nvim config on Windows 10](https://jdhao.github.io/2018/11/15/neovim_configuration_windows/) + ++ [Nvim-qt config on Windows 10](https://jdhao.github.io/2019/01/17/nvim_qt_settings_on_windows/) + [^1]: Use `echo %userprofile%` to see where your `$HOME` is.