mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +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