2023-02-16 20:32:46 +00:00
|
|
|
{
|
|
|
|
config,
|
|
|
|
lib,
|
|
|
|
...
|
|
|
|
}:
|
|
|
|
with lib;
|
2023-03-31 02:20:35 +00:00
|
|
|
with builtins; {
|
2023-02-16 20:32:46 +00:00
|
|
|
options.vim.comments.comment-nvim = {
|
2023-04-02 16:58:57 +00:00
|
|
|
enable = mkEnableOption "Enable comment-nvim";
|
2023-02-16 20:32:46 +00:00
|
|
|
};
|
|
|
|
}
|