Missing nvim option.

This commit is contained in:
Bartek Stalewski 2023-10-14 23:52:04 +02:00
parent fdd5678eb7
commit 77cc15efbe

View File

@ -10,6 +10,7 @@ autocmd("BufNewFile", {
command = "set filetype=yaml", command = "set filetype=yaml",
}) })
opt.gdefault = true
opt.hlsearch = false opt.hlsearch = false
opt.shiftround = true opt.shiftround = true
opt.relativenumber = false opt.relativenumber = false