format fix
This commit is contained in:
parent
7d3e7d63e3
commit
4329500f85
4
init.lua
4
init.lua
|
|
@ -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`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue