AstroNvim / AstroNvim

AstroNvim is an aesthetic and feature-rich neovim config that is extensible and easy to use with a great set of plugins
https://AstroNvim.com
GNU General Public License v3.0
12.62k stars 919 forks source link

[FR] Integrate Vista for ctags usage #5

Closed Daemoen closed 2 years ago

Daemoen commented 2 years ago

Love the config. Love the integrated explorer, the ease to use, etc.... One thing I was surprised by was the lack of a ctags plugin. Would be great to see something like Vista integrated.

Daemoen commented 2 years ago

Found SymbolsOutline, does more or less the same thing. Just need to add some friendly binding for it.

kabinspace commented 2 years ago

@Daemon by default you can open symbols outline with Space + s but if you want something that's more comfortable for you then you can add your own key bindings in lua/user/settings.lua file. I would also recommend you to check out https://github.com/kabinspace/AstroVim/blob/main/utils/mappings.txt this mapping file to know more about the default key bindings.