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