6 lines
132 B
Lua
6 lines
132 B
Lua
-- set vim options here (vim.<first_key>.<second_key> = value)
|
|
return {
|
|
opt = {
|
|
shell = "zsh -l" -- sets vim.opt.shell
|
|
},
|
|
}
|