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

28 Commits

Author SHA1 Message Date
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