Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/uga-rosa/coc-luasnip


https://github.com/uga-rosa/coc-luasnip

Last synced: 2 months ago
JSON representation

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)