mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +00:00
tabline/bufferline: fix default mode
This commit is contained in:
parent
415954595e
commit
187d924509
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ in {
|
||||||
setupOpts = mkPluginSetupOption "Bufferline-nvim" {
|
setupOpts = mkPluginSetupOption "Bufferline-nvim" {
|
||||||
mode = mkOption {
|
mode = mkOption {
|
||||||
type = enum ["tabs" "buffers"];
|
type = enum ["tabs" "buffers"];
|
||||||
default = "tabs";
|
default = "buffers";
|
||||||
description = "Mode to use for bufferline";
|
description = "Mode to use for bufferline";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue