2021-02-10 15:17:21 +00:00
|
|
|
{
|
2023-02-20 11:42:13 +01:00
|
|
|
lib,
|
2023-11-06 15:04:08 +01:00
|
|
|
helpers,
|
2023-02-20 11:42:13 +01:00
|
|
|
...
|
|
|
|
}:
|
2024-12-22 09:58:27 +00:00
|
|
|
lib.nixvim.plugins.mkVimPlugin {
|
2024-12-15 15:52:39 +01:00
|
|
|
name = "commentary";
|
|
|
|
packPathName = "vim-commentary";
|
|
|
|
package = "vim-commentary";
|
2021-02-10 15:17:21 +00:00
|
|
|
|
2024-12-15 15:52:39 +01:00
|
|
|
# TODO Add support for additional filetypes. This requires autocommands!
|
2023-01-19 10:45:15 +00:00
|
|
|
|
2024-12-15 15:52:39 +01:00
|
|
|
maintainers = [ lib.maintainers.GaetanLepage ];
|
2021-02-10 15:17:21 +00:00
|
|
|
|
2024-12-15 15:52:39 +01:00
|
|
|
# This plugin has no config options
|
2021-02-10 15:17:21 +00:00
|
|
|
}
|