mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00
feat(lsp): support linked editing ranges #34388
ref: https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_linkedEditingRange
This commit is contained in:
@@ -283,6 +283,7 @@ local config = {
|
||||
'tagfunc.lua',
|
||||
'semantic_tokens.lua',
|
||||
'document_color.lua',
|
||||
'linked_editing_range.lua',
|
||||
'handlers.lua',
|
||||
'util.lua',
|
||||
'log.lua',
|
||||
|
Reference in New Issue
Block a user