diff --git a/config/plugins/ui/bufferline.nix b/config/plugins/ui/bufferline.nix index 37a5ff7..d13bb21 100644 --- a/config/plugins/ui/bufferline.nix +++ b/config/plugins/ui/bufferline.nix @@ -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"; } ];