| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-07-18 | failed to install Node | easion101 | |
| 1. line 99 tries to extract a zipped file which would be downloaded later(at line 105), and then line 112 will extract that file again, except that it's using a wrong argument "zxvf". fix: comment out line 99, fix line 112 args from "zxvf" to "xvf" 2. typo at line 116, I think it should be "NODE_DIR", it was "NVIM_DIR", which hasn't be installed yet. | |||
| 2021-07-16 | Update install script | jdhao | |
| 2021-07-16 | Add install instruction for nodejs and vim-language-server | jdhao | |
| 2021-07-15 | Use pylsp instead of pyls | jdhao | |
| It seems that pyls, the original python language server has lost its momentum, and pylsp is a community driven fork of pyls. So nvim-lspconfig has dropped support for pyls in https://github.com/neovim/nvim-lspconfig/pull/1074. See also https://github.com/palantir/python-language-server/issues/935 and https://github.com/python-lsp/python-lsp-server/issues/27. | |||
| 2021-07-04 | Update doc and install script | jdhao | |
| 2021-06-18 | update docs | jdhao | |
| The users should nvim nightly version. | |||
| 2021-03-25 | update Python settings and related doc | jdhao | |
| 2021-01-27 | Update reference docs | jdhao | |
| 2021-01-09 | update resource doc | jdhao | |
| 2021-01-08 | Update nvim setup script | jdhao | |
| 2020-12-29 | update doc | jdhao | |
| 2020-12-02 | add more resources | jdhao | |
| 2020-11-07 | update doc | jdhao | |
| 2020-11-06 | update documentation and install script for Linux | jdhao | |
| 2020-10-31 | Move vim-plug installation outside of config. | jdhao | |
| It is a one-time thing. Do not waste precious time checking it every time we start Nvim. | |||
| 2020-10-26 | move Vim learning resources to seprate files | jdhao | |
| 2020-10-09 | change vim-plug install dir | jdhao | |
| 2020-09-28 | change location to install vim-plug | jdhao | |
| 2020-09-27 | update docs | jdhao | |
| 2020-09-26 | update docs | jdhao | |
| 2020-09-24 | fix doc syntax issues | jdhao | |
| 2020-09-23 | Update Nvim_setup.sh | jdhao | |
| 2020-08-12 | Update README.md | jdhao | |
| 2020-08-12 | Update Nvim_setup.sh | jdhao | |
| 2020-04-12 | docs: fix documentation errors | jdhao | |
| 2020-03-17 | Update Nvim_setup.sh | jdhao | |
| 2020-03-17 | Update: remove the source part. | jdhao | |
| Sourcing bash_profile inside shell script does not work as expected. We should source it outside the script manually. See also: https://stackoverflow.com/questions/50156206/source-bash-profile-do-not-works-inside-a-bash-script | |||
| 2020-03-14 | Update Nvim_setup.sh | jdhao | |
| 2019-12-26 | Update Nvim_setup.sh | jdhao | |
| 2019-12-26 | Update doc on Nvim install and setup | jdhao | |
| 2019-12-26 | Update documentation | jdhao | |
