chore: persistent augroup name pattern (#250)

for better augroup management

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
Aaron Pham
2024-08-26 22:31:57 -04:00
committed by GitHub
parent f03c0918c9
commit 07af0a91f2
8 changed files with 30 additions and 34 deletions

View File

@@ -544,6 +544,7 @@ function Sidebar:on_mount()
if target_block then
api.nvim_win_set_cursor(self.result.winid, { target_block.start_line + 1, 0 })
vim.cmd("normal! zz")
end
end