Small change to the readme.md mentioning vsnip and what are snips are avail already. Changed one line in compe/lua.lua to indicate vsnip better.

This commit is contained in:
Henri Vandersleyen 2021-05-04 10:34:12 -07:00
parent e6be0992b9
commit 2430a4e1b2
No known key found for this signature in database
GPG key ID: 795A7EF27EBE8A8D
2 changed files with 5 additions and 2 deletions

View file

@ -17,7 +17,7 @@ require "compe".setup {
path = true,
buffer = true,
calc = true,
vsnip = true,
vsnip = {kind = ""}, --replace to what sign you prefer
nvim_lsp = true,
nvim_lua = true,
spell = true,