cultab / cmp-conventionalcommits

(WIP) nvim-cmp source for autocompleting git commits with conventional commits types and lerna packages as scope

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cmp-conventionalcommits

Alpha — Work not in progress

See the parent fork for a more featureful plugin with commitlint and lerna integrations.

example_1

Setup

Setup in after/ftplugin/gitcommit.lua

require'cmp'.setup.buffer {
  sources = require'cmp'.config.sources(
    {{ name = 'conventionalcommits' }},
    {{ name = 'buffer' }}
  ),
}

About

(WIP) nvim-cmp source for autocompleting git commits with conventional commits types and lerna packages as scope

License:MIT License


Languages

Language:Lua 100.0%