⚠️ The cmp_bootstrap project has been abandoned for nvim-html-css
Bootstrap source for hrsh7th/nvim-cmp
Using Lazy:
return require("lazy").setup({
{ "Jezda1337/cmp_bootstrap" }
})
require'cmp'.setup {
sources = {
{ name = 'bootstrap' },
},
}
require("bootstrap-cmp.config"):setup({
file_types = { ... },
url = "..."
})