169 current 2024-03-13 12:27:04 24.05.20240309.3030f18 6.7.9-zen1 *
This commit is contained in:
parent
fb7db58938
commit
3257f876fe
1 changed files with 23 additions and 0 deletions
|
|
@ -193,6 +193,29 @@
|
|||
|
||||
plugins.bufferline = {
|
||||
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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue