I have a nice set of plugins in #NeoVim. 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 #Python. I think I want it to use the LSP. I think I also want it for #Rust. 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 https://github.com/folke/flash.nvim is a good one, not lsp but tree sitter for quicker nav.