format fix

This commit is contained in:
Reathe 2026-01-29 13:14:33 +01:00
parent 7d3e7d63e3
commit 4329500f85
1 changed files with 1 additions and 3 deletions

View File

@ -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`