-
This is my config (as I'm a newbie to nvim, it's mostly a compilation of suggested configs from docs): https://github.com/flppv/nvim-config/blob/master/lua/plugins/cmp.lua
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
kok.nvim
Fast as FUCK nvim completion. SQLite, concurrent scheduler, hundreds of hours of optimization.
I'd be happy for someone who knows more about this to correct me. But in my experience as well, nvim-cmp is not as good completion as vscode, its suggestions can be all over the place sometimes. I found that coq_nvim tends to better in this regard. I still prefer nvim-cmp for other reasons but you should definitely try coq_nvim out and see if you have a better experience.
-
Maybe you need to tweak the tsconfig.json? I've tested tsserver in this codebase and it worked fine (for my standards). Here is the config I used.
-
Maybe you need to tweak the tsconfig.json? I've tested tsserver in this codebase and it worked fine (for my standards). Here is the config I used.
-
Yep. Make sure you have cmp-nvim-lsp installed, as well as an LSP server running.
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
Related posts
-
Can anyone explain how to use treesitter with neovim in simple language?
-
nvim-cmp VS kok.nvim - a user suggested alternative
2 projects | 1 Jun 2022 -
What's the best plugin for autocompletion?
-
Auto-completion plugin alternatives?
-
Looks like the nvim-compe plugin is going to be deprecated, replaced by nvim-cmp (eventually)