mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-09 22:55:58 +01:00
feat: dart and flutter-tools
This commit is contained in:
parent
4d748c6c1b
commit
7fc5eec2d1
1 changed files with 3 additions and 0 deletions
|
@ -57,6 +57,9 @@ in {
|
|||
default = "";
|
||||
};
|
||||
};
|
||||
dart = {
|
||||
flutter-tools.enable = mkEnableOption "";
|
||||
};
|
||||
sql = mkEnableOption "SQL Language LSP";
|
||||
go = mkEnableOption "Go language LSP";
|
||||
ts = mkEnableOption "TS language LSP";
|
||||
|
|
Loading…
Reference in a new issue