From f52a6870a7bd9ec729bbde6729ec68334a9d2a4d Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 25 Mar 2021 19:58:40 -0400 Subject: add support LspInstall where possible --- lua/nv-compe/init.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lua/nv-compe') diff --git a/lua/nv-compe/init.lua b/lua/nv-compe/init.lua index 76a5361d..3aadf087 100644 --- a/lua/nv-compe/init.lua +++ b/lua/nv-compe/init.lua @@ -23,9 +23,10 @@ require'compe'.setup { nvim_lua = {kind = "  "}, spell = {kind = "  "}, tags = false, - snippets_nvim = {kind = "  "}, + -- snippets_nvim = {kind = "  "}, + -- ultisnips = {kind = "  "}, treesitter = {kind = "  "}, - emoji = {kind = " ﲃ "} + emoji = {kind = " ﲃ ", filetypes={"markdown"}} -- for emoji press : (idk if that in compe tho) } } -- cgit v1.2.3