mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
fix(ui): another typo
This commit is contained in:
parent
4ac249beaa
commit
b8bdebe5be
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue