set vim.o
This commit is contained in:
parent
8fa95d90cb
commit
e476d417e0
2
init.lua
2
init.lua
|
|
@ -94,7 +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 vim.opt.shell = 'nu' end
|
if vim.fn.executable 'nu' == 1 then vim.o.shell = 'nu' end
|
||||||
|
|
||||||
-- [[ Setting options ]]
|
-- [[ Setting options ]]
|
||||||
-- See `:help vim.o`
|
-- See `:help vim.o`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue