aboutsummaryrefslogtreecommitdiff
path: root/docs/nvim_setup_linux.sh
AgeCommit message (Collapse)Author
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-14update linux setup scriptjdhao
1. lua-language-server 2. format fix
2022-05-21update linux setup scriptjdhao
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-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-09-04update Linux install scriptjdhao
2021-08-08Neovim --> Nvimjdhao
2021-08-02update setup and install scriptjdhao
2021-08-02Rename setup script for Linuxjdhao