mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
fix(ui): typo
This commit is contained in:
parent
d2483f19ce
commit
4ac249beaa
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ return {
|
||||||
-- do not add trouble symbols if aerial is enabled
|
-- do not add trouble symbols if aerial is enabled
|
||||||
-- And allow it to be overriden for some buffer types (see autocmds)
|
-- And allow it to be overriden for some buffer types (see autocmds)
|
||||||
if
|
if
|
||||||
vim.g.trouble_luline_enabed ~= false
|
vim.g.trouble_lualine_enabed ~= false
|
||||||
and vim.b.trouble_lualine_enabled ~= false
|
and vim.b.trouble_lualine_enabled ~= false
|
||||||
and LazyVim.has("trouble.nvim")
|
and LazyVim.has("trouble.nvim")
|
||||||
then
|
then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue