/cmp-skkeleton

skkeleton source for nvim-cmp

Primary LanguageLuaThe UnlicenseUnlicense

cmp-skkeleton

skkeleton source for nvim-cmp

This project is still work in progress. unstable.

Usage

Packer

use 'hrsh7th/nvim-cmp'
use { 'vim-skk/skkeleton', requires = { 'vim-denops/denops.vim' } }
use { 'rinx/cmp-skkeleton', after = { 'nvim-cmp', 'skkeleton' } }
require('cmp').setup {
  sources = {
    { name = 'skkeleton' }
  }
  view = {
    entries = 'native'
  }
}

Demo

demo

Reference: skkeleton's ddc.vim demo