aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2024-03-02python from systemMichal Hanus
2023-08-27feat: switch from packer.nvim to lazy.nvimjdhao
2023-07-29doc: update doc and install guide for pylspjdhao
2023-02-16refactor: lua language server rename (#185)jdhao
The lua language server from sumneko had changed its repo and created a new organizational repo. See also https://github.com/neovim/nvim-lspconfig/pull/2439.
2022-09-25fix: variable case not consistent, close #113jdhao
2022-09-09Use node dir when already installedJonghoon Seo
2022-08-28update linux setupjdhao
2022-08-19update install script for Windowsjdhao
2022-08-14update linux setup scriptjdhao
1. lua-language-server 2. format fix
2022-08-12update setup docjdhao
2022-06-27update macos install scriptjdhao
2022-05-21update linux setup scriptjdhao
2022-05-01update docjdhao
2022-04-16doc: bump supported version to nvim 0.7.0jdhao
2022-04-14fix small typoMaple
2022-02-14update config docjdhao
2022-02-12update docjdhao
2022-02-08[breaking change] remove direct reference to fastgitjdhao
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-06chore: update setup script for Linuxjdhao
2022-02-06chore: update links for Anaconda/miniconda packagejdhao
2022-01-26add bash-language-serverjdhao
2022-01-04docs: use latest stable version of nvimjdhao
2021-12-08update nvim setup script for Linux, closes #31jdhao
2021-12-06remove plugin gutentagsjdhao
I rarely use it.
2021-12-05remove mentioning of vim-airlinejdhao
2021-12-01[v0.6] update docjdhao
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.