On a Monday in 2022, Andrea Bolognani wrote:
I introduced support for these vim plugins several years ago
but have since moved away from them.
While it's strange to base their (non-)inclusion in the project
repo on just one person, the config files look out of date.
Something like that should be auto-generated, not kept in the project
repo.
These days developers
are likely better served by lsp-based tooling, which doesn't
require additional per-project configuration.
Signed-off-by: Andrea Bolognani <abologna(a)redhat.com>
---
.color_coded.in | 38 ---------------------------------
.ycm_extra_conf.py.in | 43 --------------------------------------
build-aux/syntax-check.mk | 1 -
docs/developer-tooling.rst | 13 ------------
docs/hacking.rst | 1 -
docs/meson.build | 1 -
meson.build | 19 -----------------
7 files changed, 116 deletions(-)
delete mode 100644 .color_coded.in
delete mode 100644 .ycm_extra_conf.py.in
delete mode 100644 docs/developer-tooling.rst
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano