mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
plugins/flutter-tools: use new path for mkNeovimPlugin
This commit is contained in:
parent
0307cdf297
commit
f4b0b81ef9
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ let
|
||||||
mkNullOrOption
|
mkNullOrOption
|
||||||
;
|
;
|
||||||
in
|
in
|
||||||
lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
lib.nixvim.plugins.mkNeovimPlugin {
|
||||||
name = "flutter-tools";
|
name = "flutter-tools";
|
||||||
packPathName = "flutter-tools.nvim";
|
packPathName = "flutter-tools.nvim";
|
||||||
package = "flutter-tools-nvim";
|
package = "flutter-tools-nvim";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue