feat: use nixfmt

This commit is contained in:
2024-03-26 17:44:14 +01:00
parent 59e6ed992a
commit 3ad3491970
29 changed files with 444 additions and 558 deletions

View File

@@ -58,7 +58,7 @@
{
key = "hh";
mode = "n";
action = '':Telescope harpoon marks<CR>'';
action = ":Telescope harpoon marks<CR>";
}
{
key = "<leader>sa";
@@ -77,7 +77,8 @@
key = "<leader>xw";
mode = "n";
lua = true;
action = "function() require('trouble').toggle('workspace_diagnostics') end";
action =
"function() require('trouble').toggle('workspace_diagnostics') end";
}
{
key = "<leader>xd";