From 4329500f85d4f95ae076b354cbe340a245579111 Mon Sep 17 00:00:00 2001 From: Reathe Date: Thu, 29 Jan 2026 13:14:33 +0100 Subject: [PATCH] format fix --- init.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/init.lua b/init.lua index 1fc9e411..080529e8 100644 --- a/init.lua +++ b/init.lua @@ -94,9 +94,7 @@ vim.g.maplocalleader = ' ' vim.g.have_nerd_font = true -- Set your default shell -if vim.fn.executable 'nu' == 1 then - vim.opt.shell = 'nu' -end +if vim.fn.executable 'nu' == 1 then vim.opt.shell = 'nu' end -- [[ Setting options ]] -- See `:help vim.o`