jdhao's digital space

Recent content on jdhao's digital space

马上订阅 jdhao's digital space RSS 更新: https://jdhao.github.io/index.xml

A Hands-on Experience with Neovim's Built-in LSP Support

2019年11月20日 22:41
update log
  • 2021-07-15: use pylsp instead of pyls since pyls is obsolete.
  • 2021-04-08: update post based on latest version of Neovim-lsp.
  • 2020-09-14: update lsp config to reflect the latest changes and add more plugins.

Just a few days ago, the built-in Language Server Protocol support has been merged into Neovim master.

This post is a hands-on experience of setting up LSP support for Python with the python-lsp-server.

Note that settings here may be obsolete due to rapid evolving of the built-in lsp.