From 2a9b49454e2ade9136f7630593adcd18bfdd63c7 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 23 May 2023 06:00:03 -0700 Subject: [PATCH] copy --- docs/ctags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ctags.md b/docs/ctags.md index f684b22e2..6161d18e0 100644 --- a/docs/ctags.md +++ b/docs/ctags.md @@ -193,7 +193,7 @@ One key goal is to prefer solutions which are language agnostic or which can be easily deployed against most popular code languages. The `ctypes` solution has this benefit, since it comes pre-built with tooling for most popular languages. -I suspect that Language Server Protocol might be another +I suspect that Language Server Protocol servers might be another relevant tool to solve these "code context" problems. ## Try it out