mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
feat(lsp): support window/showDocument (#19977)
This commit is contained in:
@@ -778,7 +778,7 @@ function protocol.make_client_capabilities()
|
||||
},
|
||||
},
|
||||
showDocument = {
|
||||
support = false,
|
||||
support = true,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user