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 vim.g.have_nerd_font = true
-- Set your default shell -- Set your default shell
if vim.fn.executable 'nu' == 1 then if vim.fn.executable 'nu' == 1 then vim.opt.shell = 'nu' end
vim.opt.shell = 'nu'
end
-- [[ Setting options ]] -- [[ Setting options ]]
-- See `:help vim.o` -- See `:help vim.o`