mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 17:15:58 +01:00
fix: incorrect plugin name in the list
This commit is contained in:
parent
887a6f9080
commit
756a23ebb0
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ with lib; let
|
||||||
"fidget-nvim"
|
"fidget-nvim"
|
||||||
"diffview-nvim"
|
"diffview-nvim"
|
||||||
"todo-comments"
|
"todo-comments"
|
||||||
"dart-tools"
|
"flutter-tools"
|
||||||
];
|
];
|
||||||
# You can either use the name of the plugin or a package.
|
# You can either use the name of the plugin or a package.
|
||||||
pluginsType = with types; listOf (nullOr (either (enum availablePlugins) package));
|
pluginsType = with types; listOf (nullOr (either (enum availablePlugins) package));
|
||||||
|
|
Loading…
Reference in a new issue