mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-09 22:55:58 +01:00
feat: add todo-comments to available plugins
This commit is contained in:
parent
1c66c6ff65
commit
66a7370519
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ with lib; let
|
|||
"mind-nvim"
|
||||
"fidget-nvim"
|
||||
"diffview-nvim"
|
||||
"todo-comments"
|
||||
];
|
||||
# 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