Skip to content

Commit 5f80c6a

Browse files
committed
+ hover handler
1 parent 95d677b commit 5f80c6a

File tree

1 file changed

+1
-0
lines changed
  • plugins/hls-cabal-plugin/src/Ide/Plugin

1 file changed

+1
-0
lines changed

plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ descriptor recorder plId =
9898
, mkPluginHandler LSP.SMethod_TextDocumentDocumentSymbol moduleOutline
9999
, mkPluginHandler LSP.SMethod_TextDocumentCodeAction $ fieldSuggestCodeAction recorder
100100
, mkPluginHandler LSP.SMethod_TextDocumentDefinition gotoDefinition
101+
, mkPluginHandler LSP.SMethod_TextDocumentHover hover
101102
]
102103
, pluginNotificationHandlers =
103104
mconcat

0 commit comments

Comments
 (0)