toppair
Results
1
comments of
toppair
If you're okay with loading file into a buffer just once, then you could use a user command e.g.: ```lua require('peek').setup({ close_on_bdelete = false, auto_load = false }) vim.api.nvim_create_user_command('PeekOpenFile', function(arg)...