summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris <[email protected]>2021-03-26 13:50:38 -0400
committerChris <[email protected]>2021-03-26 13:50:38 -0400
commitbb31a56b486843e6364b7cb0fd3a3486eb242080 (patch)
treec51470b231f4fcd282928972a7d424ed23640357
parente9dc8603c845ffc1c52e8f608e6591403b31eadd (diff)
remove treesitter from completion menu
-rw-r--r--lua/nv-compe/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nv-compe/init.lua b/lua/nv-compe/init.lua
index 3aadf087..5c143e40 100644
--- a/lua/nv-compe/init.lua
+++ b/lua/nv-compe/init.lua
@@ -25,7 +25,7 @@ require'compe'.setup {
tags = false,
-- snippets_nvim = {kind = "  "},
-- ultisnips = {kind = "  "},
- treesitter = {kind = "  "},
+ -- treesitter = {kind = "  "},
emoji = {kind = " ﲃ ", filetypes={"markdown"}}
-- for emoji press : (idk if that in compe tho)
}