mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00
feat(lsp): incremental selection via "textDocument/selectionRange" #34011
Select outwards with "an" and inwards with "in" in Visual mode. Ranges are reset when leaving Visual mode.
This commit is contained in:
@@ -539,6 +539,9 @@ function protocol.make_client_capabilities()
|
||||
colorProvider = {
|
||||
dynamicRegistration = true,
|
||||
},
|
||||
selectionRange = {
|
||||
dynamicRegistration = false,
|
||||
},
|
||||
},
|
||||
workspace = {
|
||||
symbol = {
|
||||
|
Reference in New Issue
Block a user