context.vim
context.vim copied to clipboard
Can I configure context.vim to only show function name but not if/else stuffs?
Can I configure context.vim to only show function name but not if/else stuffs? They can be distinguished by indent?
Hey, I don't think this is currently possible.
Could you clarify how you would like to define what exactly would be considered if/else stuff? Thanks!
I think about context.vim as showing where am i in the nested blocks of code. So I want the ability to specify which levels of block need to show. For example, I select to show root level, it may means to showing the function header. Or, I only want to know the nearest level, or first 2 levels, etc,. I am not native speaker of English, I am not sure if I state it clearly~