dcampos / compe-snippy

Compe integration for Snippy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

compe-snippy

Snippy source and integration for hrsh7th/nvim-compe

Install

Using vim-plug:

Plug 'dcampos/compe-snippy'

You also need to enable the plugin:

let g:compe.source.snippy = v:true

Or (using Lua):

require'compe'.setup {
  ...
  source = {
    ...
    snippy = true;
  };
}

About

Compe integration for Snippy.


Languages

Language:Lua 89.8%Language:Vim Script 10.2%