diff options
| author | theprimeagain <the.primeagen@gmail.com> | 2026-02-04 10:36:35 -0700 |
|---|---|---|
| committer | theprimeagain <the.primeagen@gmail.com> | 2026-02-04 10:37:01 -0700 |
| commit | 0fb3b8b2d032289ea7088a37161e1c50bdfccfa9 (patch) | |
| tree | ef2ec55c0e584eac722d713310bffcf408c8f157 /lua/99/extensions | |
| parent | 11093c2184525e7e637a60c97e11b173fb46e56c (diff) | |
| download | a4-0fb3b8b2d032289ea7088a37161e1c50bdfccfa9.tar.xz a4-0fb3b8b2d032289ea7088a37161e1c50bdfccfa9.zip | |
autocomplete perfection
Diffstat (limited to 'lua/99/extensions')
| -rw-r--r-- | lua/99/extensions/cmp.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/99/extensions/cmp.lua b/lua/99/extensions/cmp.lua index b8a5918..3fd34f5 100644 --- a/lua/99/extensions/cmp.lua +++ b/lua/99/extensions/cmp.lua @@ -66,7 +66,7 @@ function CmpSource:complete(_, callback) for _, item in ipairs(self.items) do table.insert(items, { label = item.rule.name, - insertText = item.rule.name, + insertText = "@" .. item.rule.name, filterText = "@" .. item.rule.name, kind = 17, -- file documentation = { |
