jdhao
15dfccf81e
[breaking change] remove direct reference to fastgit
...
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-08 13:11:20 +08:00
jdhao
1b937d80af
chore: update setup script for Linux
2022-02-06 12:41:23 +08:00
jdhao
78a8804f77
chore: update links for Anaconda/miniconda package
2022-02-06 12:19:04 +08:00
jdhao
694f4d0ca1
add bash-language-server
2022-01-26 22:54:49 +08:00
jdhao
148dabd7ad
docs: use latest stable version of nvim
2022-01-04 23:31:03 +08:00
jdhao
1d3552860b
update nvim setup script for Linux, closes #31
2021-12-08 23:24:46 +08:00
jdhao
7735a33a59
remove plugin gutentags
...
I rarely use it.
2021-12-06 11:40:45 +08:00
jdhao
752dbcbe2d
remove mentioning of vim-airline
2021-12-05 14:33:59 +08:00
jdhao
23e98aab6f
[v0.6] update doc
2021-12-01 22:19:51 +08:00
jdhao
6069bd8922
[v0.6] update install script to use nvim v0.6
2021-12-01 22:19:03 +08:00
jdhao
7fe37ffd24
update linux setup script, closes #30
2021-11-23 22:42:17 +08:00
jdhao
5ed4e3610a
update linux setup
2021-11-22 21:47:04 +08:00
jdhao
927a57452c
update packer-related instructions
2021-11-21 15:45:34 +08:00
jdhao
bec5f11753
update doc
2021-11-06 13:02:29 +08:00
jdhao
5bf969e327
update doc
2021-10-30 01:29:03 +08:00
jdhao
43944fabdc
doc: fix packer.nvim install instruction
2021-10-20 21:55:20 +08:00
jdhao
d1d0efe9e7
doc update
2021-10-18 23:46:20 +08:00
jdhao
4694d80974
update Linux install script
2021-09-04 02:29:07 +08:00
jdhao
06ad26ce44
update macOS update script
2021-08-22 15:29:55 +08:00
jdhao
08d3768e40
Add more resources
2021-08-09 01:43:07 +08:00
jdhao
6205a913b7
Neovim --> Nvim
2021-08-08 22:51:01 +08:00
jdhao
8dffa8bd23
chore: formatting and fix spell errors
2021-08-07 03:15:22 +08:00
jdhao
0830dfcf90
Add installation script for Windows, update doc
2021-08-06 00:22:32 +08:00
jdhao
5acfa519df
update setup and install script
2021-08-02 00:32:44 +08:00
jdhao
36fa9f91e1
Add update script for macOS
2021-08-02 00:25:25 +08:00
jdhao
42c564019e
Rename setup script for Linux
2021-08-02 00:25:05 +08:00
jdhao
b210540eab
Update setup script
2021-07-18 18:36:50 +08:00
easion101
e2f129d46d
failed to install Node
...
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-18 17:58:31 +08:00
jdhao
49f5f0155a
Update install script
2021-07-16 01:09:38 +08:00
jdhao
7e75a91d66
Add install instruction for nodejs and vim-language-server
2021-07-16 00:44:28 +08:00
jdhao
ffb0601aca
Use pylsp instead of pyls
...
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-15 23:33:02 +08:00
jdhao
f9484a6623
Update doc and install script
2021-07-04 17:54:30 +08:00
jdhao
ec6ef55325
update docs
...
The users should nvim nightly version.
2021-06-18 00:26:51 +08:00
jdhao
41a2d1b950
update Python settings and related doc
2021-03-25 23:15:54 +08:00
jdhao
8d4a34123e
Update reference docs
2021-01-27 00:03:50 +08:00
jdhao
b7ce7eed4a
update resource doc
2021-01-09 14:14:56 +08:00
jdhao
02b15f057f
Update nvim setup script
2021-01-08 22:53:21 +08:00
jdhao
9dc65fe118
update doc
2020-12-29 23:01:07 +08:00
jdhao
57e12dc4cb
add more resources
2020-12-02 22:37:34 +08:00
jdhao
0dcf946883
update doc
2020-11-07 00:00:23 +08:00
jdhao
7dc6ea159b
update documentation and install script for Linux
2020-11-06 23:54:26 +08:00
jdhao
dbe24697f3
Move vim-plug installation outside of config.
...
It is a one-time thing. Do not waste precious time checking it every
time we start Nvim.
2020-10-31 00:34:15 +08:00
jdhao
34d3fccb24
move Vim learning resources to seprate files
2020-10-26 22:40:09 +08:00
jdhao
cb45575b1f
change vim-plug install dir
2020-10-09 11:07:38 +08:00
jdhao
61ab8b1466
change location to install vim-plug
2020-09-28 11:00:24 +08:00
jdhao
2a566f8d76
update docs
2020-09-27 20:47:07 +08:00
jdhao
233d6a2ba6
update docs
2020-09-26 20:35:49 +08:00
jdhao
f86a851a9e
fix doc syntax issues
2020-09-24 23:09:08 +08:00
jdhao
31029ef933
Update Nvim_setup.sh
2020-09-23 15:22:28 +08:00
jdhao
ab776cfe6f
Update README.md
2020-08-12 17:07:14 +08:00