https://github.com/yaegassy/vim-vsnip-manualcomplete
https://github.com/yaegassy/vim-vsnip-manualcomplete
neovim vim
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/yaegassy/vim-vsnip-manualcomplete
- Owner: yaegassy
- Created: 2021-01-22T03:22:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-22T03:23:12.000Z (over 5 years ago)
- Last Synced: 2025-10-19T20:42:14.119Z (8 months ago)
- Topics: neovim, vim
- Language: Vim script
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vim-vsnip-manualcomplete
## Setting
Add the key mapping to `.vimrc/init.vim`
```vim
" For example
imap (vsnip-manualcomplete)
```