diff options
| author | pml68 <contact@pml68.dev> | 2025-01-21 20:09:21 +0100 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-01-21 20:09:21 +0100 |
| commit | b78c43bc8df18a6f6e317cd3a57d60f4cd462739 (patch) | |
| tree | acd285dea02b5c5202ac138568d098f84f3dac04 /lua/pml68 | |
| parent | refactor: workflow input matrix structure (diff) | |
| download | nvim-b78c43bc8df18a6f6e317cd3a57d60f4cd462739.tar.gz | |
feat: set cmp throttle to 0ms
Diffstat (limited to 'lua/pml68')
| -rw-r--r-- | lua/pml68/configs/cmp.lua | 3 |
1 files changed, 3 insertions, 0 deletions
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", |
