From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: * X-Spam-Status: No, score=1.8 required=3.0 tests=BAYES_50,FORGED_GMAIL_RCVD, FREEMAIL_FROM,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Received: by 2002:ac8:5a4e:0:b0:39c:db78:1975 with SMTP id o14-20020ac85a4e000000b0039cdb781975mr34587637qta.518.1666768880123; Wed, 26 Oct 2022 00:21:20 -0700 (PDT) X-Received: by 2002:ad4:5be6:0:b0:4b3:ff39:7ad4 with SMTP id k6-20020ad45be6000000b004b3ff397ad4mr35375736qvc.126.1666768879948; Wed, 26 Oct 2022 00:21:19 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 26 Oct 2022 00:21:19 -0700 (PDT) In-Reply-To: Injection-Info: google-groups.googlegroups.com; posting-host=88.160.66.39; posting-account=6yLzewoAAABoisbSsCJH1SPMc9UrfXBH NNTP-Posting-Host: 88.160.66.39 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <0e606cd7-8590-4d5e-b60e-68649c80e561n@googlegroups.com> Subject: Re: Another update to the VIM plugin. From: Emmanuel Briot Injection-Date: Wed, 26 Oct 2022 07:21:20 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 1708 Xref: reader01.eternal-september.org comp.lang.ada:64556 List-Id: Thanks Martin, I also recommend using neovim instead of vim, because of the builtin LSP (l= anguage-server protocol) support. We can then independently install the ada= language server from AdaCore (https://github.com/AdaCore/ada_language_serv= er), and with a small configuration step we now have full cross-references = in Ada...=20 The main difficulty is loading the proper project file, I will likely write= a small blog post on the subject, though I could simply post the config I = have here if there's interest.