add diagnostics and fix typo
This commit is contained in:
parent
a00c0a0bd0
commit
c62721c861
1 changed files with 2 additions and 1 deletions
|
|
@ -2,11 +2,12 @@
|
|||
plugins = {
|
||||
bufferline = {
|
||||
enable = true;
|
||||
diagnostics = "nvim_lsp";
|
||||
offsets = [
|
||||
{
|
||||
filetype = "neo-tree";
|
||||
text = "Neo-tree";
|
||||
highligh = "Directory";
|
||||
highlight = "Directory";
|
||||
text_align = "left";
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue