| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
|
|
| |
Remove meaningless code comments because they are increased by copy and paste.
Currently, utf8 options are only supported by clangd, so remove them from unnecessary ones.
|
| |
|
|
| |
Resolve CI failure: https://github.com/neovim/nvim-lsp/runs/576174254
|
| |
|
|
|
|
| |
notification
related with #127
|
| |
|
| |
to prevent pyls from traversing HOME directory
|
| |
|
|
| |
configs.lua set settings vim.empty_dict() as default
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
`nvim_lsp/skeleton.lua` is not really a skeleton, it's a `configs`
class that provides
1. actual functionality
2. a bunch of configs
Each config is added to the `configs` object (FKA "skeleton") as
a property. Those configs are not "templates", they are "configs". So we
should clean up the wording in various places to say "config" instead of
"skeleton"/"template".
Closes #64
|
| | |
|
| | |
|
| |
|
|
| |
* Use os_homedir as root_dir for single instance servers.
|
| | |
|
|
|
* initial support for python-language-server
* put settings in documentation
also:
update docgen script
update setup call examples in README_preamble
|