nvim: picker + cmp tweaks

This commit is contained in:
Daniel Lundin 2025-01-11 23:08:35 +01:00
parent cea9b407c8
commit 2cd4b5c52a
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
4 changed files with 12 additions and 9 deletions
home/common/nvim

View file

@ -84,9 +84,8 @@ vim.o.showcmd = false
vim.o.showmode = false
vim.o.smoothscroll = true
vim.o.splitkeep = "screen"
vim.o.timeoutlen = 1
vim.o.timeout = true
vim.o.updatetime = 50
vim.o.timeout = false
vim.o.updatetime = 250
-- Use rg
vim.o.grepprg = [[rg --glob "!.jj" --glob "!.git" --no-heading --vimgrep --follow $*]]