1
0
Fork 0
mirror of https://github.com/NotAShelf/neovim-flake.git synced 2025-02-13 00:12:55 +01:00
neovim-flake/modules/lsp/flutter-tools-nvim/default.nix
2023-04-02 21:00:40 +03:00

6 lines
67 B
Nix

_: {
imports = [
./flutter-tools.nix
./config.nix
];
}