summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorDaniel Rodríguez Rivero <[email protected]>2022-10-14 10:32:14 +0200
committerGitHub <[email protected]>2022-10-14 12:02:14 +0330
commitc94450633af035b5a577ac34c7817b65d0f6b5f1 (patch)
tree417c57033907da95d8ecf7296ab4f36628f34b0d /lua
parent09cbce44e54976a809c941a71579d7b3b4862b4e (diff)
fix: name treesitter source in cmp (#3223)
Diffstat (limited to 'lua')
-rw-r--r--lua/lvim/core/cmp.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/lvim/core/cmp.lua b/lua/lvim/core/cmp.lua
index 42ba7003..4ebc4d43 100644
--- a/lua/lvim/core/cmp.lua
+++ b/lua/lvim/core/cmp.lua
@@ -155,6 +155,7 @@ M.config = function()
buffer = "(Buffer)",
tmux = "(TMUX)",
copilot = "(Copilot)",
+ treesitter = "(TreeSitter)",
},
duplicates = {
buffer = 1,