set vim.o

This commit is contained in:
Reathe 2026-01-31 13:49:04 +01:00
parent 8fa95d90cb
commit e476d417e0
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +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.o.shell = 'nu' end
-- [[ Setting options ]]
-- See `:help vim.o`