169 current 2024-03-13 12:27:04 24.05.20240309.3030f18 6.7.9-zen1 *

This commit is contained in:
zackartz 2024-03-13 12:27:12 -04:00
parent fb7db58938
commit 3257f876fe

View file

@ -193,6 +193,29 @@
plugins.bufferline = { plugins.bufferline = {
enable = true; enable = true;
diagnostics = "nvim_lsp";
diagnosticsUpdateInInsert = true;
diagnosticsIndicator = null;
offsets = [
{
filetype = "neo-tree";
text = " NeoTree";
text_align = "left";
separator = "";
}
{
filetype = "dapui_watches";
text = " DapUI";
text_align = "left";
separator = "|";
}
{
filetype = "dbui";
text = " DbUI";
text_align = "left";
separator = "|";
}
];
}; };
# plugins.nvim-jdtls = { # plugins.nvim-jdtls = {