comparison .chezmoitemplates/init.lua @ 465:daf715cd8abe

Set title from nvim
author Zeger Van de Vannet <zegervdv@me.com>
date Thu, 23 Sep 2021 20:13:52 +0200
parents 48521caaf918
children 899cded39cd3
comparison
equal deleted inserted replaced
464:48521caaf918 465:daf715cd8abe
480 opt.cindent = true -- C-syntax based indenting 480 opt.cindent = true -- C-syntax based indenting
481 481
482 opt.updatetime = 300 -- Faster triggering of CursorHold events 482 opt.updatetime = 300 -- Faster triggering of CursorHold events
483 483
484 opt.errorbells = false -- Don't you beep to me 484 opt.errorbells = false -- Don't you beep to me
485 opt.title = true -- Set the title for WezTerm to detect
485 486
486 opt.history = 1000 -- Remember last commands 487 opt.history = 1000 -- Remember last commands
487 488
488 opt.wildmenu = true -- Command completion 489 opt.wildmenu = true -- Command completion
489 opt.wildmode = 'longest:full,full' 490 opt.wildmode = 'longest:full,full'