Skip to content

Commit

Permalink
Turn off HoverProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
juliosueiras committed Sep 18, 2019
1 parent 0824e55 commit e875588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func Initialize(ctx context.Context, vs lsp.InitializeParams) (lsp.InitializeRes
ResolveProvider: false,
TriggerCharacters: []string{"."},
},
HoverProvider: true,
HoverProvider: false,
// DocumentSymbolProvider: true,
//ReferencesProvider: true,
// DefinitionProvider: true,
Expand Down

0 comments on commit e875588

Please # to comment.