mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix typo
This commit is contained in:
parent
ec5981dfb1
commit
93c2fd3d32
1 changed files with 1 additions and 1 deletions
|
|
@ -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({
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue