| Age | Commit message (Collapse) | Author |
|
|
|
I never used it.
|
|
|
|
In nvim 0.5.1, the lsp handler signature has changed, see https://github.com/neovim/neovim/pull/15504
and LunarVim/LunarVim#1484.
|
|
|
|
|
|
|
|
|
|
I am not really sure what they do anyway.
|
|
|
|
|
|
|
|
In lua, 0 and empty string is true, which is counter-intuitive and
different from vim script. So we need to use proper boolean type for vim
script global variables, instead of numbers.
|
|
|
|
|
|
|
|
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.
|
|
|