From 66a7c1d306df0f43779e847a77e75a1724683ce7 Mon Sep 17 00:00:00 2001 From: fcying Date: Thu, 8 Aug 2024 18:43:23 +0800 Subject: [PATCH] Update README: add compiledb-go link --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2ca76ee..83332cf 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,9 @@ Patches are always welcome :) ## License GNU GPLv3 +## Related Project +[compiledb-go]: compiledb go version + [compdb]: https://clang.llvm.org/docs/JSONCompilationDatabase.html [ycm]: https://github.com/Valloric/YouCompleteMe [rtags]: https://github.com/Andersbakken/rtags @@ -117,3 +120,4 @@ GNU GPLv3 [deoplete]: https://github.com/Shougo/deoplete.nvim [ccls]: https://github.com/MaskRay/ccls [ale]: https://github.com/w0rp/ale +[compiledb-go]: https://github.com/fcying/compiledb-go