chore: Hover.lean ~> LanguageFeatures.lean

This commit is contained in:
Sebastian Ullrich 2020-12-31 11:08:47 +01:00
parent da0777ece6
commit 00841033d8
2 changed files with 1 additions and 3 deletions

View file

@ -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

View file

@ -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