mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-04-13 16:18:36 +00:00
lib/languages: add root_marker
to lspOptions
type
This commit is contained in:
parent
078688bb9f
commit
3ca3525aae
1 changed files with 8 additions and 0 deletions
|
@ -58,6 +58,14 @@ in {
|
|||
type = listOf str;
|
||||
description = "Command used to start the LSP server";
|
||||
};
|
||||
|
||||
root_markers = mkOption {
|
||||
type = listOf str;
|
||||
description = ''
|
||||
"root markers" used to determine the root directory of the workspace, and
|
||||
the filetypes associated with this LSP server.
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue