| Age | Commit message (Collapse) | Author |
|
We shouldn't let the diagnostic window perstist forever. Close the
diagnostic windows when certain events happen.
|
|
|
|
Floating window border supports rounded style by default, no need to use
customized one.
|
|
Change border from sharp corner to curved corner.
|
|
1. Customize document hover window border color.
2. Show also the source that generates a certain diagnostic message.
|
|
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.
|
|
Add mapping for LSP code actions and remove useless mappings.
|
|
|