add support LspInstall where possible

This commit is contained in:
Chris 2021-03-25 19:58:40 -04:00
parent 36e9fdf69e
commit f52a6870a7
13 changed files with 67 additions and 36 deletions

View file

@ -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)
}
}