Language Config

class LanguageConfig #

Minimal language configuration


fields #


LanguageConfig.lsp #


LanguageConfig.lsp : (string|false)?

The LSP server to use. Defaults to nil
(recommended LS) but users can also use alternatives. Can be set to false to disable this functionality

LanguageConfig.lspconfig #


LanguageConfig.lspconfig : table?

Optional configuration to be provided for the chosen language server