add comment plugin

This commit is contained in:
Osman Faruk Bayram 2025-03-21 16:37:47 +03:00
parent 9611d8d8a9
commit 56a8257a3e
2 changed files with 8 additions and 0 deletions

7
plugins/comment.nix Normal file
View file

@ -0,0 +1,7 @@
{
plugins.comment.settings = {
toggler = {
line = "<C+_>";
};
};
}

View file

@ -2,6 +2,7 @@
# settings of these plugins live in their respective files # settings of these plugins live in their respective files
imports = [ imports = [
./cmp.nix ./cmp.nix
./comment.nix
./gitsigns.nix ./gitsigns.nix
./lsp.nix ./lsp.nix
./mini.nix ./mini.nix