jdhao
2fccb59293
fix: variable case not consistent, close #113
2022-09-25 11:01:30 +08:00
Jonghoon Seo
c1f139108a
Use node dir when already installed
2022-09-09 05:30:41 +09:00
jdhao
aab74751f4
update linux setup
2022-08-28 12:47:01 +08:00
jdhao
e68c687f23
update install script for Windows
2022-08-19 20:05:40 +08:00
jdhao
9d29544d72
update linux setup script
...
1. lua-language-server
2. format fix
2022-08-14 12:01:38 +08:00
jdhao
cad6112cc2
update setup doc
2022-08-12 20:31:32 +08:00
jdhao
921fd17221
update macos install script
2022-06-27 23:34:23 +08:00
jdhao
428f612bb3
update linux setup script
2022-05-21 10:43:15 +08:00
jdhao
99637c86f9
update doc
2022-05-01 23:25:15 +08:00
jdhao
b4c55edb44
doc: bump supported version to nvim 0.7.0
2022-04-16 01:04:42 +08:00
Maple
1a36e711df
fix small typo
2022-04-14 19:17:17 +08:00
jdhao
414a4593ce
update config doc
2022-02-14 20:43:00 +08:00
jdhao
5b7944031e
update doc
2022-02-12 14:31:00 +08:00
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