Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.
/ cmp_bootstrap Public archive

Bootstrap classes completion source for neovim

Notifications You must be signed in to change notification settings

Jezda1337/cmp_bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

⚠️ The cmp_bootstrap project has been abandoned for nvim-html-css

cmp_bootstrap

Bootstrap source for hrsh7th/nvim-cmp

Install

Using plugin manager

Using Lazy:

return require("lazy").setup({
 { "Jezda1337/cmp_bootstrap" }
})

Setup

Enable plugin

require'cmp'.setup {
	sources = {
		{ name = 'bootstrap' },
	},
}

Configuration

require("bootstrap-cmp.config"):setup({
    file_types = { ... },
    url = "..."
})

About

Bootstrap classes completion source for neovim

Topics

Resources

Stars

Watchers

Forks

Languages