aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2021-12-01[v0.6] update install script to use nvim v0.6jdhao
2021-11-23update linux setup script, closes #30jdhao
2021-11-22update linux setupjdhao
2021-11-21update packer-related instructionsjdhao
2021-11-06update docjdhao
2021-10-30update docjdhao
2021-10-20doc: fix packer.nvim install instructionjdhao
2021-10-18doc updatejdhao
2021-09-04update Linux install scriptjdhao
2021-08-22update macOS update scriptjdhao
2021-08-09Add more resourcesjdhao
2021-08-08Neovim --> Nvimjdhao
2021-08-07chore: formatting and fix spell errorsjdhao
2021-08-06Add installation script for Windows, update docjdhao
2021-08-02update setup and install scriptjdhao
2021-08-02Add update script for macOSjdhao
2021-08-02Rename setup script for Linuxjdhao
2021-07-18Update setup scriptjdhao
2021-07-18failed to install Nodeeasion101
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-16Update install scriptjdhao
2021-07-16Add install instruction for nodejs and vim-language-serverjdhao
2021-07-15Use pylsp instead of pylsjdhao
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-04Update doc and install scriptjdhao
2021-06-18update docsjdhao
The users should nvim nightly version.
2021-03-25update Python settings and related docjdhao
2021-01-27Update reference docsjdhao
2021-01-09update resource docjdhao
2021-01-08Update nvim setup scriptjdhao
2020-12-29update docjdhao
2020-12-02add more resourcesjdhao
2020-11-07update docjdhao
2020-11-06update documentation and install script for Linuxjdhao
2020-10-31Move 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-26move Vim learning resources to seprate filesjdhao
2020-10-09change vim-plug install dirjdhao
2020-09-28change location to install vim-plugjdhao
2020-09-27update docsjdhao
2020-09-26update docsjdhao
2020-09-24fix doc syntax issuesjdhao
2020-09-23Update Nvim_setup.shjdhao
2020-08-12Update README.mdjdhao
2020-08-12Update Nvim_setup.shjdhao
2020-04-12docs: fix documentation errorsjdhao
2020-03-17Update Nvim_setup.shjdhao
2020-03-17Update: 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-14Update Nvim_setup.shjdhao
2019-12-26Update Nvim_setup.shjdhao
2019-12-26Update doc on Nvim install and setupjdhao
2019-12-26Update documentationjdhao