Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uga-rosa/coc-luasnip
https://github.com/uga-rosa/coc-luasnip
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/uga-rosa/coc-luasnip
- Owner: uga-rosa
- License: mit
- Created: 2022-06-21T15:35:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-25T04:05:20.000Z (over 2 years ago)
- Last Synced: 2024-05-02T04:05:31.418Z (8 months ago)
- Language: TypeScript
- Size: 27.3 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# coc-luasnip
LuaSnip completion plugin for [coc.nvim](https://github.com/neoclide/coc.nvim)
It's incomplete. I'm looking for maintainers or contribution.
## Install
If you're using vim-plug, put the following in your init.vim:
```vim
Plug 'uga-rosa/coc-luasnip', {'do': 'yarn install --frozen-lockfile && yarn build'}
```## License
MIT
---
> This extension is built with [create-coc-extension](https://github.com/fannheyward/create-coc-extension)