https://github.com/rinx/cmp-skkeleton
skkeleton source for nvim-cmp
https://github.com/rinx/cmp-skkeleton
nvim-cmp
Last synced: 6 months ago
JSON representation
skkeleton source for nvim-cmp
- Host: GitHub
- URL: https://github.com/rinx/cmp-skkeleton
- Owner: rinx
- License: unlicense
- Created: 2021-09-28T14:13:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-05T05:26:57.000Z (about 2 years ago)
- Last Synced: 2024-04-29T22:22:17.148Z (over 1 year ago)
- Topics: nvim-cmp
- Language: Lua
- Homepage:
- Size: 15.6 KB
- Stars: 36
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cmp-skkeleton
[skkeleton](https://github.com/vim-skk/skkeleton) source for [nvim-cmp](https://github.com/hrsh7th/nvim-cmp)
**This project is still work in progress. unstable.**
## Usage
Packer
```lua
use 'hrsh7th/nvim-cmp'
use { 'vim-skk/skkeleton', requires = { 'vim-denops/denops.vim' } }
use { 'rinx/cmp-skkeleton', after = { 'nvim-cmp', 'skkeleton' } }
```
```lua
require('cmp').setup {
sources = {
{ name = 'skkeleton' }
}
view = {
entries = 'native'
}
}
```
## Demo

Reference: [skkeleton's ddc.vim demo](https://github.com/vim-skk/skkeleton#completion-with-ddcvim)