7 lines
114 B
Nix
7 lines
114 B
Nix
{
|
|
plugins.comment.settings = {
|
|
toggler = {
|
|
line = "<C+_>"; # TODO check if this works
|
|
};
|
|
};
|
|
}
|