feat(status): Better information and highlights
This commit is contained in:
@@ -170,10 +170,10 @@ function M.show_status()
|
||||
|
||||
if vim.api.nvim_buf_is_valid(buf) then
|
||||
ctx.ft = vim.api.nvim_buf_get_option(buf, 'ft')
|
||||
-- TODO: else?
|
||||
ctx.filter = cfg.o.symbols.user_config_filter[ctx.ft]
|
||||
-- 'else' is handled in docs.lua
|
||||
end
|
||||
|
||||
ctx.filter = cfg.o.symbols.user_config_filter[ctx.ft]
|
||||
ctx.default_filter = cfg.o.symbols.user_config_filter.default
|
||||
|
||||
local p = _G._outline_current_provider
|
||||
|
||||
Reference in New Issue
Block a user