Hacker News new | ask | show | jobs
by chakkepolja 1424 days ago
I don't use many plugins. But there's 2 plugins I find very useful.

* Use an LSP client plugin, whichever you prefer. It's better than any ctags circus you can do. coc.nvim is more feature rich but also heavier. Vim-lsc if you prefer more barebones.

* FZF.vim; fuzzy searching files as well as lines in same file.

On a related note, does anyone know proper parenthesis / bracket completion plugin? I never got that functionality to work as good as IntelliJ.