Uploaded October 2021 | Updated September 2026, 5 hours ago
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 github.com/hrsh7th/nvim-cmp/issues/390#issuecomment-950016858 . Can be see at 12:30
Some important links:
Nvim-cmp: github.com/hrsh7th/nvim-cmp
My Dotfiles: github.com/tjdevries/config_manager/tree/master/xdg_config/nvim
My nvim-cmp setup: github.com/tjdevries/config_manager/blob/master/xdg_config/nvim/after/plugin/completion.lua
Github issues source: github.com/tjdevries/config_manager/blob/master/xdg_config/nvim/after/plugin/cmp_gh_source.lua
Related plugins
- github.com/ms-jpq/coq_nvim
- github.com/neoclide/coc.nvim
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 github.com/hrsh7th/nvim-cmp/issues/390#issuecomment-950016858 . Can be see at 12:30
Some important links:
Nvim-cmp: github.com/hrsh7th/nvim-cmp
My Dotfiles: github.com/tjdevries/config_manager/tree/master/xdg_config/nvim
My nvim-cmp setup: github.com/tjdevries/config_manager/blob/master/xdg_config/nvim/after/plugin/completion.lua
Github issues source: github.com/tjdevries/config_manager/blob/master/xdg_config/nvim/after/plugin/cmp_gh_source.lua
Related plugins
- github.com/ms-jpq/coq_nvim
- github.com/neoclide/coc.nvim










