diff options
author | Adrian Kummerlaender | 2019-03-07 22:33:21 +0100 |
---|---|---|
committer | Adrian Kummerlaender | 2019-03-08 14:48:58 +0100 |
commit | 9e8120163c96544b52380e76c2a8d89c4f3fa381 (patch) | |
tree | 8dbd0f5b5608ffca96f905ca1f8f7ae4ad740a50 /web | |
parent | e324de87dad9773f02d4da0aea64d1c394c2226f (diff) | |
download | pkgs-9e8120163c96544b52380e76c2a8d89c4f3fa381.tar pkgs-9e8120163c96544b52380e76c2a8d89c4f3fa381.tar.gz pkgs-9e8120163c96544b52380e76c2a8d89c4f3fa381.tar.bz2 pkgs-9e8120163c96544b52380e76c2a8d89c4f3fa381.tar.lz pkgs-9e8120163c96544b52380e76c2a8d89c4f3fa381.tar.xz pkgs-9e8120163c96544b52380e76c2a8d89c4f3fa381.tar.zst pkgs-9e8120163c96544b52380e76c2a8d89c4f3fa381.zip |
Revert back to basic ctags navigation
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.
Diffstat (limited to 'web')
0 files changed, 0 insertions, 0 deletions