add diagnostics and fix typo

This commit is contained in:
Roel de Cort 2024-05-11 00:51:01 +02:00
parent a00c0a0bd0
commit c62721c861

View file

@ -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";
} }
]; ];