Browse Source

remove treesitter from completion menu

Chris 4 years ago
parent
commit
bb31a56b48
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lua/nv-compe/init.lua

+ 1 - 1
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)
     }