goerr-nvim icon indicating copy to clipboard operation
goerr-nvim copied to clipboard

fold go `if err != nil` and show other lines

Results 2 goerr-nvim issues
Sort by recently updated
recently updated
newest added

config is below. ```lua return { 'Snyssfx/goerr-nvim', config = function() end, } ``` and i use treesitter, ```lua vim.opt.foldmethod = "expr" vim.opt.foldexpr = "nvim_treesitter#foldexpr()" vim.opt.foldlevel = 10 ``` i have...

Would it be possible to use virtual text and append to the line with the most recent `err` assignment? Thanks for a sweet plugin.