astronvim_config/options.lua
RingOfStorms (Joshua Bell) 13b8e437f4 updating my config
2023-03-21 14:16:19 -05:00

6 lines
132 B
Lua

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