fix(ui): another typo

This commit is contained in:
Folke Lemaitre
2024-07-18 10:42:02 +02:00
parent 4ac249beaa
commit b8bdebe5be

View File

@ -200,7 +200,7 @@ return {
-- do not add trouble symbols if aerial is enabled
-- And allow it to be overriden for some buffer types (see autocmds)
if
vim.g.trouble_lualine_enabed ~= false
vim.g.trouble_lualine_enabled ~= false
and vim.b.trouble_lualine_enabled ~= false
and LazyVim.has("trouble.nvim")
then