mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
fixed changed options
This commit is contained in:
parent
840eb0f4bd
commit
1277124a78
1 changed files with 2 additions and 2 deletions
|
@ -218,9 +218,9 @@ in
|
|||
smartRename.enable = true;
|
||||
};
|
||||
|
||||
comment-nvim = {
|
||||
comment = {
|
||||
enable = true;
|
||||
toggler = {
|
||||
settings.toggler = {
|
||||
line = "<C-/>";
|
||||
block = "<C-'>";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue