hachyderm.io is one of the many independent Mastodon servers you can use to participate in the fediverse.
Hachyderm is a safe space, LGBTQIA+ and BLM, primarily comprised of tech industry professionals world wide. Note that many non-user account types have restrictions - please see our About page.

Administered by:

Server stats:

9.7K
active users

Wolf

I have a nice set of plugins in . But there are two things I want. I want better autocomplete. I want to have language constructs as text-objects: functions, classes, blocks, context-managers. I especially want this for . I think I want it to use the LSP. I think I also want it for . For the autocomplete part there are two different things (completely unrelated) that have "coq" in the name. I think the one I want is "coq_nvim". Not sure yet about LSP-driven navigation. I welcome opinions and experiences.

@YesJustWolf I just bookmarked this about 2 hours ago -- it _might_ be a part of what you're looking for: hachyderm.io/@VimLinks/1141217

@YesJustWolf cmp is the current default for autocomplete.There's also blink, but it's very new. Native LSP has largely supplanted coq-nvim. You can see my setup here:

github.com/dustypomerleau/conf

Each plugin has a separate file, so it should be easy to shop around.

Contribute to dustypomerleau/config development by creating an account on GitHub.
GitHubconfig/nvim at main · dustypomerleau/configContribute to dustypomerleau/config development by creating an account on GitHub.