mirror of
https://github.com/Superredstone/nixvim.git
synced 2026-03-07 20:18:07 +01:00
refactor: run nixfmt-tree and deadnix
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
{ ... }:
|
||||
{
|
||||
plugins.comment = {
|
||||
enable = true;
|
||||
settings = {
|
||||
sticky = true;
|
||||
plugins.comment = {
|
||||
enable = true;
|
||||
settings = {
|
||||
sticky = true;
|
||||
|
||||
toggler = {
|
||||
block = "<C-x>";
|
||||
line = "<C-c>";
|
||||
};
|
||||
};
|
||||
};
|
||||
toggler = {
|
||||
block = "<C-x>";
|
||||
line = "<C-c>";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user