2024-06-02 22:45:29 +02:00
|
|
|
# homepage: https://github.com/numtostr/comment.nvim/
|
|
|
|
|
# nixvim doc: https://nix-community.github.io/nixvim/plugins/comment/index.html
|
|
|
|
|
_:
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
opts = {
|
|
|
|
|
enable = true;
|
2024-06-04 20:59:14 +02:00
|
|
|
settings.pre_hook = "require('ts_context_commentstring.integrations.comment_nvim').create_pre_hook()";
|
2024-06-02 22:45:29 +02:00
|
|
|
};
|
|
|
|
|
}
|