We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54476b5 commit 4aac51eCopy full SHA for 4aac51e
modules/wrapper/build/config.nix
@@ -45,7 +45,7 @@
45
pluginBuilders = {
46
nvim-treesitter = buildTreesitterPlug config.vim.treesitter.grammars;
47
flutter-tools-patched = buildPlug {
48
- pname = "flutter-tools";
+ pname = "flutter-tools-nvim";
49
patches = [./patches/flutter-tools.patch];
50
51
# Disable failing require check hook checks
0 commit comments