plugins.zk.settings.lsp.config
LSP configuration. See :h vim.lsp.start_client()
.
Type: null or (attribute set of anything)
Default:
null
Plugin default:
{
cmd = [
"zk"
"lsp"
];
name = "zk";
}
Declared by:
plugins.zk.settings.lsp.config.cmd
Command to start the language server.
Type: null or (list of (string or raw lua code))
Default:
null
Plugin default:
[
"zk"
"lsp"
]
Declared by:
plugins.zk.settings.lsp.config.name
The name for this server.
Type: null or string or raw lua code
Default:
null
Plugin default: "zk"
Declared by:
plugins.zk.settings.lsp.config.on_attach
Command to run when the client is attached.
Type: null or lua code string
Default:
null
Declared by: