diff options
| author | Guilherme Soares <48023091+guilhas07@users.noreply.github.com> | 2024-11-17 18:02:16 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-17 10:02:16 -0800 |
| commit | f012c1b176f0e3c71f40eb309bdec0316689462e (patch) | |
| tree | 760dbe70f58b808dcac32bfebc7151ecf73e24ae /lua | |
| parent | docs: update configs.md (diff) | |
| download | nvim-lspconfig-f012c1b176f0e3c71f40eb309bdec0316689462e.tar nvim-lspconfig-f012c1b176f0e3c71f40eb309bdec0316689462e.tar.gz nvim-lspconfig-f012c1b176f0e3c71f40eb309bdec0316689462e.tar.bz2 nvim-lspconfig-f012c1b176f0e3c71f40eb309bdec0316689462e.tar.lz nvim-lspconfig-f012c1b176f0e3c71f40eb309bdec0316689462e.tar.xz nvim-lspconfig-f012c1b176f0e3c71f40eb309bdec0316689462e.tar.zst nvim-lspconfig-f012c1b176f0e3c71f40eb309bdec0316689462e.zip | |
feat: accept multiple clients/configs in LspRestart, LspStop #3438
## Problems:
- `:LspStop` doesn't support list of client ids or config names.
- `:LspRestart` doesn't support config names although supports list of
client ids
- Command completion uses ids and names, not allowing the user to hit
enter immediately after
finding the desired server
## Solution:
- Unify `LspStop` and `LspRestart` implementation supporting lists of
client ids and
config names
- Command completion only returns config names
- Modify docs
Diffstat (limited to 'lua')
0 files changed, 0 insertions, 0 deletions
