mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-01-09 03:29:49 +01:00
Compare commits
2 commits
0b7d801c99
...
19bea690b0
Author | SHA1 | Date | |
---|---|---|---|
|
19bea690b0 | ||
|
cfbccedcce |
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
||||||
nvim-treesitter = buildTreesitterPlug vimOptions.treesitter.grammars;
|
nvim-treesitter = buildTreesitterPlug vimOptions.treesitter.grammars;
|
||||||
flutter-tools-patched = buildPlug {
|
flutter-tools-patched = buildPlug {
|
||||||
pname = "flutter-tools";
|
pname = "flutter-tools";
|
||||||
patches = [../patches/flutter-tools.patch];
|
patches = [../../../patches/flutter-tools.patch];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue