chore: Hover.lean ~> LanguageFeatures.lean
This commit is contained in:
parent
da0777ece6
commit
00841033d8
2 changed files with 1 additions and 3 deletions
|
|
@ -9,8 +9,8 @@ import Lean.Data.Lsp.Capabilities
|
|||
import Lean.Data.Lsp.Communication
|
||||
import Lean.Data.Lsp.Diagnostics
|
||||
import Lean.Data.Lsp.Extra
|
||||
import Lean.Data.Lsp.Hover
|
||||
import Lean.Data.Lsp.InitShutdown
|
||||
import Lean.Data.Lsp.LanguageFeatures
|
||||
import Lean.Data.Lsp.TextSync
|
||||
import Lean.Data.Lsp.Utf16
|
||||
import Lean.Data.Lsp.Workspace
|
||||
|
|
|
|||
|
|
@ -7,8 +7,6 @@ Authors: Wojciech Nawrocki
|
|||
import Lean.Data.Json
|
||||
import Lean.Data.Lsp.Basic
|
||||
|
||||
/-! Handling of mouse hover requests. -/
|
||||
|
||||
namespace Lean
|
||||
namespace Lsp
|
||||
|
||||
Loading…
Add table
Reference in a new issue