summaryrefslogtreecommitdiff
path: root/pkgs/custom-neovim/plugins.nix
AgeCommit message (Collapse)Author
2020-03-09Replace Far with vim-swoopAdrian Kummerlaender
2019-03-08Revert back to basic ctags navigationAdrian Kummerlaender
LSP based navigation in a header-centric codebase turned out to be not that much better than plain ctags. The latter has the advantage of being both the most performant and most simple to setup. The main problem with e.g. cquery is that its underlying JSON compilation database only maintains information on compilation units i.e. cpp files. In this situation navigation in header files frequently reverts back to plain guessing which provides no advantage over ctags. Added vim-gutentags for automatic regeneration on file save.
2019-03-05Test simpler setup using vim-lspAdrian Kummerlaender
Feels less distracting and faster. I don't actually want to turn this vim setup into a always active intellisense-like experience but rather have code introspection quickly available if I actually need it.
2019-03-03Restructure vim configurationAdrian Kummerlaender
* Use integrated plugin manager * Switch to nvim instead of continuing to maintain a config for both vims