From 96d8e20bffe3a330cc8bd5559650ddde5d34df1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sindre=20T=2E=20Str=C3=B8m?= Date: Wed, 21 Apr 2021 20:40:49 +0200 Subject: [PATCH] Set highlight links for NvimTreeStatusLine (#330) --- lua/nvim-tree/colors.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/nvim-tree/colors.lua b/lua/nvim-tree/colors.lua index b816bbc0..b80271c6 100644 --- a/lua/nvim-tree/colors.lua +++ b/lua/nvim-tree/colors.lua @@ -71,6 +71,8 @@ local function get_links() LspDiagnosticsWarning = "LspDiagnosticsDefaultWarning", LspDiagnosticsInformation = "LspDiagnosticsDefaultInformation", LspDiagnosticsHint = "LspDiagnosticsDefaultHint", + StatusLine = "StatusLine", + StatusLineNC = "StatusLineNC", } end