diff options
author | Chris <[email protected]> | 2021-03-25 19:58:40 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-25 19:58:40 -0400 |
commit | f52a6870a7bd9ec729bbde6729ec68334a9d2a4d (patch) | |
tree | 19c6ff1b21e73c74c6282cb0dff86135ccd98de9 /lua/nv-compe/init.lua | |
parent | 36e9fdf69e1da2d09cbd3de5fbcd71fc7e5f16d1 (diff) |
add support LspInstall where possible
Diffstat (limited to 'lua/nv-compe/init.lua')
-rw-r--r-- | lua/nv-compe/init.lua | 5 |
1 files changed, 3 insertions, 2 deletions
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) } } |