mirror of
https://github.com/Myzel394/config-lsp.git
synced 2025-06-18 23:15:26 +02:00
fix: Add roothandler for range formatting
This commit is contained in:
parent
5b660d9b60
commit
91c239b509
@ -32,6 +32,7 @@ func SetUpRootHandler() {
|
||||
TextDocumentRename: TextDocumentRename,
|
||||
TextDocumentPrepareRename: TextDocumentPrepareRename,
|
||||
TextDocumentSignatureHelp: TextDocumentSignatureHelp,
|
||||
TextDocumentRangeFormatting: TextDocumentRangeFormattingFunc,
|
||||
}
|
||||
|
||||
server := server.NewServer(&lspHandler, lsName, false)
|
||||
|
Loading…
x
Reference in New Issue
Block a user