mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-01-08 09:09:49 +01:00
Compare commits
11 commits
19bea690b0
...
eca6de2e4d
Author | SHA1 | Date | |
---|---|---|---|
|
eca6de2e4d | ||
|
da5bc3162f | ||
|
961c428dc5 | ||
|
e826f3c7f9 | ||
|
182ec59fa4 | ||
|
795240fac9 | ||
|
15c95492c7 | ||
|
7b3f7436a1 | ||
|
840e20e334 | ||
|
d80bf62315 | ||
|
c5dbe4a2cd |
2 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
nvim-treesitter = buildTreesitterPlug vimOptions.treesitter.grammars;
|
||||
flutter-tools-patched = buildPlug {
|
||||
pname = "flutter-tools";
|
||||
patches = [../../../patches/flutter-tools.patch];
|
||||
patches = [./patches/flutter-tools.patch];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue