nvim: picker + cmp tweaks
This commit is contained in:
parent
cea9b407c8
commit
2cd4b5c52a
4 changed files with 12 additions and 9 deletions
home/common/nvim
|
@ -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 $*]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue