2023-03-19 00:36:21 +01:00
|
|
|
{
|
|
|
|
empty = {
|
|
|
|
plugins.barbar.enable = true;
|
|
|
|
};
|
|
|
|
|
|
|
|
keymappings = {
|
|
|
|
plugins.barbar = {
|
|
|
|
enable = true;
|
|
|
|
|
|
|
|
keymaps = {
|
|
|
|
silent = true;
|
|
|
|
|
|
|
|
next = "<TAB>";
|
|
|
|
previous = "<S-TAB>";
|
|
|
|
close = "<C-w>";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
defaults = {
|
|
|
|
plugins.barbar = {
|
2023-04-06 10:28:13 +02:00
|
|
|
enable = true;
|
|
|
|
|
|
|
|
animation = true;
|
2023-03-19 00:36:21 +01:00
|
|
|
autoHide = false;
|
|
|
|
clickable = true;
|
2024-05-05 19:39:35 +02:00
|
|
|
excludeFileTypes = [ ];
|
|
|
|
excludeFileNames = [ ];
|
2023-04-06 10:28:13 +02:00
|
|
|
focusOnClose = "left";
|
2024-05-05 19:39:35 +02:00
|
|
|
hide = { };
|
2023-03-19 00:36:21 +01:00
|
|
|
highlightAlternate = false;
|
|
|
|
highlightInactiveFileIcons = false;
|
|
|
|
highlightVisible = true;
|
|
|
|
icons = {
|
2023-04-06 10:28:13 +02:00
|
|
|
bufferIndex = false;
|
|
|
|
bufferNumber = false;
|
|
|
|
button = "";
|
2024-05-05 19:39:35 +02:00
|
|
|
diagnostics = { };
|
|
|
|
filetype = {
|
|
|
|
enable = true;
|
|
|
|
};
|
2023-04-06 10:28:13 +02:00
|
|
|
inactive = {
|
|
|
|
separator = {
|
|
|
|
left = "▎";
|
|
|
|
right = "";
|
|
|
|
};
|
|
|
|
};
|
2024-05-05 19:39:35 +02:00
|
|
|
modified = {
|
|
|
|
button = "●";
|
|
|
|
};
|
|
|
|
pinned = {
|
|
|
|
button = "";
|
|
|
|
};
|
2023-04-06 10:28:13 +02:00
|
|
|
separator = {
|
|
|
|
left = "▎";
|
|
|
|
right = "";
|
|
|
|
};
|
2023-03-19 00:36:21 +01:00
|
|
|
};
|
|
|
|
insertAtEnd = false;
|
|
|
|
insertAtStart = false;
|
2023-04-06 10:28:13 +02:00
|
|
|
letters = "asdfjkl;ghnmxcvbziowerutyqpASDFJKLGHNMXCVBZIOWERUTYQP";
|
|
|
|
maximumLength = 30;
|
2023-03-19 00:36:21 +01:00
|
|
|
maximumPadding = 4;
|
|
|
|
minimumPadding = 1;
|
|
|
|
noNameTitle = null;
|
2023-04-06 10:28:13 +02:00
|
|
|
semanticLetters = true;
|
2024-05-05 19:39:35 +02:00
|
|
|
sidebarFiletypes = { };
|
2023-04-06 10:28:13 +02:00
|
|
|
tabpages = true;
|
2023-03-19 00:36:21 +01:00
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|