chore: Fix remants of rename

This commit is contained in:
hedy
2023-11-15 11:28:09 +08:00
parent d78d0a0b50
commit 81ebdc5714
3 changed files with 6 additions and 8 deletions

View File

@@ -234,7 +234,7 @@ function M.resolve_config()
end
function M.setup(options)
vim.g.symbols_outline_loaded = 1
vim.g.outline_loaded = 1
M.o = vim.tbl_deep_extend('force', {}, M.defaults, options or {})
local guides = M.o.guides
if type(guides) == 'boolean' and guides then