otavioschwanck / mood-nvim

A Neovim configuration for Rails and Javascript
95 stars 12 forks source link

CTAG / TagBar support #11

Closed coderberry closed 1 year ago

coderberry commented 1 year ago

Hi Otavio!

I'm loving that you are still paving the path for ruby/rails devs. This project is exceptional!

I was wondering if you use ctags / tagbar? I'd like to see the structure of my ruby files but as you probably remember, I'm not super good with VIM plugins.

Is this something that you plan on adding?

otavioschwanck commented 1 year ago

Hi @coderberry, awesome to see you back!

About tagbar, i think SPC f o should work for you. If not, just edit your plugins (SPC f p / plugins) file. Add to the array: { 'preservim/tagbar' }

Restart vim and it will be installed.

After that, just run :TagbarToggle