1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

16 Commits

Author SHA1 Message Date
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
41a2d1b950 update Python settings and related doc 2021-03-25 23:15:54 +08:00
jdhao
02b15f057f Update nvim setup script 2021-01-08 22:53:21 +08:00
jdhao
7dc6ea159b update documentation and install script for Linux 2020-11-06 23:54:26 +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
31029ef933
Update Nvim_setup.sh 2020-09-23 15:22:28 +08:00
jdhao
a345722eab
Update Nvim_setup.sh 2020-08-12 16:45:30 +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
492a6d7a2f Update documentation 2019-12-26 00:40:26 +08:00