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
jdhao
a345722eab
Update Nvim_setup.sh
2020-08-12 16:45:30 +08:00
jdhao
4fb31858b4
docs: fix documentation errors
2020-04-12 00:05:53 +08:00
jdhao
3af2a086f2
Update Nvim_setup.sh
2020-03-17 19:28:12 +08:00
jdhao
0c0099c301
Update: remove the source part.
...
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-17 17:04:25 +08:00
jdhao
afb45b2bf0
Update Nvim_setup.sh
2020-03-14 14:39:18 +08:00
jdhao
e79c7b846c
Update Nvim_setup.sh
2019-12-26 19:42:30 +08:00
jdhao
1dcbc1ae18
Update doc on Nvim install and setup
2019-12-26 01:07:49 +08:00
jdhao
492a6d7a2f
Update documentation
2019-12-26 00:40:26 +08:00