Skip to content

Commit

Permalink
plugins/flutter-tools: use new path for mkNeovimPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Dec 28, 2024
1 parent 0307cdf commit f4b0b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/by-name/flutter-tools/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let
mkNullOrOption
;
in
lib.nixvim.neovim-plugin.mkNeovimPlugin {
lib.nixvim.plugins.mkNeovimPlugin {
name = "flutter-tools";
packPathName = "flutter-tools.nvim";
package = "flutter-tools-nvim";
Expand Down

0 comments on commit f4b0b81

Please sign in to comment.