mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 08:53:33 +02:00
## Description Prior to this, when using the navic Extra, the symbol breadcrumbs shown in lualine section_c had a background color different from the background of lualine_c, causing it to standout and not blend in with some colorschemes. There were ways around this problem, but hose involved overriding a lot of highlights. See https://github.com/LazyVim/LazyVim/issues/328 This change uses the new (as of April 2023) lualine component built in to SmiteshP/nvim-navic, which has a `color_correction` option to fix the problem described above. This built-in component replaces the manual method of calling `require("nvim-navic").is_available()` and `require("nvim-navic").get_location()`. * |
||
---|---|---|
.. | ||
aerial.lua | ||
dial.lua | ||
fzf.lua | ||
harpoon2.lua | ||
illuminate.lua | ||
inc-rename.lua | ||
leap.lua | ||
mini-diff.lua | ||
mini-files.lua | ||
mini-move.lua | ||
navic.lua | ||
outline.lua | ||
overseer.lua | ||
refactoring.lua | ||
telescope.lua |