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`