mirror of
https://github.com/neovim/neovim.git
synced 2025-11-06 18:54: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,
|
applyEdit = true,
|
||||||
workspaceEdit = {
|
workspaceEdit = {
|
||||||
resourceOperations = { 'rename', 'create', 'delete' },
|
resourceOperations = { 'rename', 'create', 'delete' },
|
||||||
|
normalizesLineEndings = true,
|
||||||
},
|
},
|
||||||
semanticTokens = {
|
semanticTokens = {
|
||||||
refreshSupport = true,
|
refreshSupport = true,
|
||||||
|
|||||||
Reference in New Issue
Block a user