neoclide / coc-lists

Common lists for coc.nvim
264 stars 24 forks source link

Hide variables from outline list #128

Closed himat closed 2 years ago

himat commented 2 years ago

When I do :coclist outline, it shows all functions with their variables inside too. I don't care about seeing variables inside functions though, so is there a way to hide those?

chemzqm commented 2 years ago

No, the outline list comes with coc.nvim and it's recommended to use builtin outline feature :h CocAction('showOutline')