From c62721c8611ae9d8c61272ddbb1994875d2c0f2d Mon Sep 17 00:00:00 2001 From: Roel de Cort Date: Sat, 11 May 2024 00:51:01 +0200 Subject: [PATCH] add diagnostics and fix typo --- config/plugins/ui/bufferline.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"; } ];