conceal back to level 1

This commit is contained in:
Barrett Ruth 2026-02-02 13:26:19 -05:00
parent 3aa7d1d6f8
commit 6a64a380b0
2 changed files with 2 additions and 2 deletions

View file

@ -123,7 +123,7 @@ function M.attach(bufnr)
dbg('attaching to buffer %d', bufnr)
if config.hide_prefix then
vim.api.nvim_set_option_value('conceallevel', 2, { win = 0 })
vim.api.nvim_set_option_value('conceallevel', 1, { win = 0 })
end
local debounced = create_debounced_highlight(bufnr)