add comment plugin

This commit is contained in:
Osman Faruk Bayram 2025-03-21 13:35:23 +03:00
parent f469af2e5d
commit a2066fc6d5

View file

@ -57,5 +57,8 @@
# git integration # git integration
gitsigns.enable = true; gitsigns.enable = true;
# commenting related plugin
comment.enable = true;
}; };
} }