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 = {
bufferline = {
enable = true;
diagnostics = "nvim_lsp";
offsets = [
{
filetype = "neo-tree";
text = "Neo-tree";
highligh = "Directory";
highlight = "Directory";
text_align = "left";
}
];