mirror of
https://github.com/Superredstone/nixvim.git
synced 2026-03-07 12:11:47 +01:00
fix(plugin): add comment sticky keys
This commit is contained in:
@@ -2,9 +2,13 @@
|
||||
{
|
||||
plugins.comment = {
|
||||
enable = true;
|
||||
settings.toggler = {
|
||||
block = "<C-x>";
|
||||
line = "<C-c>";
|
||||
settings = {
|
||||
sticky = true;
|
||||
|
||||
toggler = {
|
||||
block = "<C-x>";
|
||||
line = "<C-c>";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user