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