diff --git a/config/plugins/ui/bufferline.nix b/config/plugins/ui/bufferline.nix index 542c777..eea35fc 100644 --- a/config/plugins/ui/bufferline.nix +++ b/config/plugins/ui/bufferline.nix @@ -1,23 +1,22 @@ -{ config, ... }: { - +{config, ...}: { plugins = { bufferline = { - enable = true; + enable = true; }; }; keymaps = [ { mode = "n"; - key = "]b"; + key = "]b"; action = "BufferLineCycleNext"; options = { desc = "Cycle to next buffer"; }; } - + { mode = "n"; - key = "[b"; + key = "[b"; action = "BufferLineCyclePrev"; options = { desc = "Cycle to previous buffer";