summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/nixvim.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/nixvim.nix b/common/nixvim.nix
index e97359d..3962ec2 100644
--- a/common/nixvim.nix
+++ b/common/nixvim.nix
@@ -458,7 +458,6 @@ in
458 458
459 extensions.undo.enable = true; 459 extensions.undo.enable = true;
460 460
461 keymapsSilent = true;
462 keymaps = { 461 keymaps = {
463 "<leader>fb" = { 462 "<leader>fb" = {
464 action = "buffers"; 463 action = "buffers";