haskell-language-server-2.11.0.0: LSP server for GHC
Safe HaskellNone
LanguageGHC2021

HlsPlugins

Synopsis

Documentation

data Log Source #

Constructors

Pretty a => Log PluginId a 

Instances

Instances details
Pretty Log Source # 
Instance details

Defined in HlsPlugins

Methods

pretty :: Log -> Doc ann #

prettyList :: [Log] -> Doc ann #

idePlugins :: Recorder (WithPriority Log) -> IdePlugins IdeState Source #

The plugins configured for use in this instance of the language server. These can be freely added or removed to tailor the available features of the server.