summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authortheprimeagain <the.primeagen@gmail.com>2026-01-30 08:11:17 -0700
committertheprimeagain <the.primeagen@gmail.com>2026-01-30 08:11:17 -0700
commitf3308942df5ac3ba7708e2f2ae195cb0d49cccc5 (patch)
tree86c64a9978120709e3c05e72c250f1433130a765 /lua
parent680648a8d2de24289a25ce8b45e90aab0ded28a8 (diff)
downloada4-f3308942df5ac3ba7708e2f2ae195cb0d49cccc5.tar.xz
a4-f3308942df5ac3ba7708e2f2ae195cb0d49cccc5.zip
oops
Diffstat (limited to 'lua')
-rw-r--r--lua/99/extensions/cmp.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/99/extensions/cmp.lua b/lua/99/extensions/cmp.lua
index 52b1380..b8a5918 100644
--- a/lua/99/extensions/cmp.lua
+++ b/lua/99/extensions/cmp.lua
@@ -113,7 +113,6 @@ local function init(_99)
local cmp = require("cmp")
source = CmpSource.new(_99)
- print("setting rules", #source.items)
cmp.register_source(SOURCE, source)
end