1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

docs: fix documentation errors

This commit is contained in:
jdhao 2020-04-12 00:05:53 +08:00
parent 3c8a653ef4
commit 4fb31858b4
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.