mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 14:55:59 +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"
|
||||
"diffview-nvim"
|
||||
"todo-comments"
|
||||
"dart-tools"
|
||||
"flutter-tools"
|
||||
];
|
||||
# You can either use the name of the plugin or a package.
|
||||
pluginsType = with types; listOf (nullOr (either (enum availablePlugins) package));
|
||||
|
|
Loading…
Reference in a new issue