mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-01-09 16:39:51 +01:00
Compare commits
12 commits
eca6de2e4d
...
19bea690b0
Author | SHA1 | Date | |
---|---|---|---|
|
19bea690b0 | ||
|
cfbccedcce | ||
|
d14c5e57db | ||
|
6daec44f40 | ||
|
835b775fa9 | ||
|
fb96ccb85b | ||
|
27f3430296 | ||
|
f8780947b7 | ||
|
e9cc77dff7 | ||
|
dc5551b050 | ||
|
2217565730 | ||
|
4e867c5425 |
2 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