mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-02 21:44:37 +02:00
fix(ui): trouble lualine component
This commit is contained in:
parent
0daa957b3c
commit
f9fdb356f2
2 changed files with 13 additions and 15 deletions
|
@ -47,6 +47,7 @@ vim.g.deprecation_warnings = false
|
|||
vim.g.bigfile_size = 1024 * 1024 * 1.5 -- 1.5 MB
|
||||
|
||||
-- Show the current document symbols location from Trouble in lualine
|
||||
-- You can disable this for a buffer by setting `vim.b.trouble_lualine = false`
|
||||
vim.g.trouble_lualine = true
|
||||
|
||||
local opt = vim.opt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue