mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-10 12:21:40 +00:00
feat: add dap support for dart
This commit is contained in:
parent
ae0a2389ff
commit
b5efd5cba7
2 changed files with 13 additions and 1 deletions
|
@ -49,6 +49,14 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
dap = {
|
||||
enable = mkOption {
|
||||
description = "Enable Dart DAP support via flutter-tools";
|
||||
type = types.bool;
|
||||
default = config.vim.languages.enableDAP;
|
||||
};
|
||||
};
|
||||
|
||||
flutter-tools = {
|
||||
enable = mkOption {
|
||||
description = "Enable flutter-tools for flutter support";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue