nvim: re-enable neocodium. bink-cmp config

This commit is contained in:
Daniel Lundin 2025-01-09 14:52:31 +01:00
parent ccf59fbaee
commit fec53f5ca0
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
5 changed files with 79 additions and 36 deletions
home/common/nvim

View file

@ -65,7 +65,7 @@ vim.o.showcmd = false
vim.o.showmode = false
vim.o.smoothscroll = true
vim.o.splitkeep = "screen"
vim.o.timeoutlen = 10
vim.o.timeoutlen = 1
vim.o.timeout = true
vim.o.updatetime = 50