| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-05-01 | update doc | jdhao | |
| 2022-04-16 | doc: bump supported version to nvim 0.7.0 | jdhao | |
| 2022-04-14 | fix small typo | Maple | |
| 2022-02-14 | update config doc | jdhao | |
| 2022-02-12 | update doc | jdhao | |
| 2022-02-08 | [breaking change] remove direct reference to fastgit | jdhao | |
| fastgit may be blocked by GFW (see https://t.me/fastgitchannel/81), so hard-coding its URL is not a good option. Using git URL rewrite feature is a better choice: https://jdhao.github.io/2021/11/27/git_notes_s4/#use-a-git-mirror-site-for-cloning. This is a breaking change, since previously I use hub.fastgit.org as the url, now the url will be default github.com unless the user change it using the above mentioned method to change the cloning URL. | |||
| 2022-02-06 | chore: update setup script for Linux | jdhao | |
| 2022-02-06 | chore: update links for Anaconda/miniconda package | jdhao | |
| 2022-01-26 | add bash-language-server | jdhao | |
| 2022-01-04 | docs: use latest stable version of nvim | jdhao | |
| 2021-12-08 | update nvim setup script for Linux, closes #31 | jdhao | |
| 2021-12-06 | remove plugin gutentags | jdhao | |
| I rarely use it. | |||
| 2021-12-05 | remove mentioning of vim-airline | jdhao | |
| 2021-12-01 | [v0.6] update doc | jdhao | |
| 2021-12-01 | [v0.6] update install script to use nvim v0.6 | jdhao | |
| 2021-11-23 | update linux setup script, closes #30 | jdhao | |
| 2021-11-22 | update linux setup | jdhao | |
| 2021-11-21 | update packer-related instructions | jdhao | |
| 2021-11-06 | update doc | jdhao | |
| 2021-10-30 | update doc | jdhao | |
| 2021-10-20 | doc: fix packer.nvim install instruction | jdhao | |
| 2021-10-18 | doc update | jdhao | |
| 2021-09-04 | update Linux install script | jdhao | |
| 2021-08-22 | update macOS update script | jdhao | |
| 2021-08-09 | Add more resources | jdhao | |
| 2021-08-08 | Neovim --> Nvim | jdhao | |
| 2021-08-07 | chore: formatting and fix spell errors | jdhao | |
| 2021-08-06 | Add installation script for Windows, update doc | jdhao | |
| 2021-08-02 | update setup and install script | jdhao | |
| 2021-08-02 | Add update script for macOS | jdhao | |
| 2021-08-02 | Rename setup script for Linux | jdhao | |
| 2021-07-18 | Update setup script | jdhao | |
| 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 | |
