From 77cc15efbee1bf905d7b795e7ed7ea1a8ebf5ece Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Sat, 14 Oct 2023 23:52:04 +0200 Subject: [PATCH] Missing nvim option. --- _nvchad_custom/init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/_nvchad_custom/init.lua b/_nvchad_custom/init.lua index b2939e2..a136355 100644 --- a/_nvchad_custom/init.lua +++ b/_nvchad_custom/init.lua @@ -10,6 +10,7 @@ autocmd("BufNewFile", { command = "set filetype=yaml", }) +opt.gdefault = true opt.hlsearch = false opt.shiftround = true opt.relativenumber = false