This commit is contained in:
luowentao 2025-03-19 20:34:10 +08:00
parent ec5981dfb1
commit 93c2fd3d32

View file

@ -166,7 +166,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 overridden for some buffer types (see autocmds)
if vim.g.trouble_lualine and LazyVim.has("trouble.nvim") then if vim.g.trouble_lualine and LazyVim.has("trouble.nvim") then
local trouble = require("trouble") local trouble = require("trouble")
local symbols = trouble.statusline({ local symbols = trouble.statusline({