From b78c43bc8df18a6f6e317cd3a57d60f4cd462739 Mon Sep 17 00:00:00 2001 From: pml68 Date: Tue, 21 Jan 2025 20:09:21 +0100 Subject: feat: set cmp throttle to 0ms --- lua/pml68/configs/cmp.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lua/pml68') diff --git a/lua/pml68/configs/cmp.lua b/lua/pml68/configs/cmp.lua index c69110d..06d16cf 100644 --- a/lua/pml68/configs/cmp.lua +++ b/lua/pml68/configs/cmp.lua @@ -14,6 +14,9 @@ cmp.setup({ vim.snippet.expand(args.body) end, }, + performance = { + throttle = 0, + }, window = { completion = { border = "rounded", -- cgit v1.2.3