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 = {
|
plugins = {
|
||||||
bufferline = {
|
bufferline = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
diagnostics = "nvim_lsp";
|
||||||
offsets = [
|
offsets = [
|
||||||
{
|
{
|
||||||
filetype = "neo-tree";
|
filetype = "neo-tree";
|
||||||
text = "Neo-tree";
|
text = "Neo-tree";
|
||||||
highligh = "Directory";
|
highlight = "Directory";
|
||||||
text_align = "left";
|
text_align = "left";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue