mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
fix(lsp): announce normalizesLineEndings
capability (#34175)
This commit is contained in:
committed by
GitHub
parent
52868977ae
commit
4db58f78b4
@ -551,6 +551,7 @@ function protocol.make_client_capabilities()
|
||||
applyEdit = true,
|
||||
workspaceEdit = {
|
||||
resourceOperations = { 'rename', 'create', 'delete' },
|
||||
normalizesLineEndings = true,
|
||||
},
|
||||
semanticTokens = {
|
||||
refreshSupport = true,
|
||||
|
Reference in New Issue
Block a user