aboutsummaryrefslogtreecommitdiffstats
path: root/nvim/lua/plugins/colorscheme.lua
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2024-08-17 03:30:07 -0400
committerJP Appel <jeanpierre.appel01@gmail.com>2024-08-17 03:30:07 -0400
commitc840e6608751f1e15a2cd6347924186b27fbe842 (patch)
tree6db407743e9d41a635db17720c7f82128146325f /nvim/lua/plugins/colorscheme.lua
parent0089c3d186cd54de4827b58e43f3ae9e0255d55f (diff)
improved Trouble.nvim config, ensure Go treesitter parser
Diffstat (limited to 'nvim/lua/plugins/colorscheme.lua')
-rw-r--r--nvim/lua/plugins/colorscheme.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/nvim/lua/plugins/colorscheme.lua b/nvim/lua/plugins/colorscheme.lua
index fb5815e..df87e12 100644
--- a/nvim/lua/plugins/colorscheme.lua
+++ b/nvim/lua/plugins/colorscheme.lua
@@ -35,6 +35,7 @@ local colorschemes = {
transparent_background_level = 2
})
vim.cmd[[highlight! link TroubleNormal Normal]]
+ vim.cmd[[highlight! link TroubleNormalNC Normal]]
vim.cmd[[colorscheme everforest"]]
end
},