TakeTuesday E01: nvim-cmp

2 years ago
35

In our first episode of #TakeTuesday, we explore the wonderful completion plugin "nvim-cmp". You'll learn how to configure, customize and even create your own sources for nvim-cmp.

CORRECTION:

Sorry, I set that cmp.setup.buffer ADDs to global setup, but it actually OVERRIDEs global setup. See https://github.com/hrsh7th/nvim-cmp/issues/390#issuecomment-950016858 . Can be see at 12:30

Some important links:

Nvim-cmp: https://github.com/hrsh7th/nvim-cmp

My Dotfiles: https://github.com/tjdevries/config_manager/tree/master/xdg_config/nvim
My nvim-cmp setup: https://github.com/tjdevries/config_manager/blob/master/xdg_config/nvim/after/plugin/completion.lua

Github issues source: https://github.com/tjdevries/config_manager/blob/master/xdg_config/nvim/after/plugin/cmp_gh_source.lua

Related plugins
- https://github.com/ms-jpq/coq_nvim
- https://github.com/neoclide/coc.nvim

Loading comments...