From 4fb31858b4b2ca879f485ebccd79f566fb9eb84a Mon Sep 17 00:00:00 2001 From: jdhao Date: Sun, 12 Apr 2020 00:05:53 +0800 Subject: [PATCH] docs: fix documentation errors --- README.md | 2 -- docs/README.md | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f1956b..5889c99 100644 --- a/README.md +++ b/README.md @@ -63,5 +63,3 @@ If you still have an issue, you may [open a new issue](https://github.com/jdhao/ + [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. diff --git a/docs/README.md b/docs/README.md index 0f0eaf7..f772b58 100644 --- a/docs/README.md +++ b/docs/README.md @@ -180,3 +180,5 @@ dependencies, Neovim itself and Nvim configs in this repo. Note that the variable `PYTHON_INSTALLED`, `SYSTEM_PYTHON` and `ADD_TO_SYSTEM_PATH` in the script should be set properly based on your environment. + +[^1]: Use `echo %userprofile%` to see where your `$HOME` is.