This commit is contained in:
RingOfStorms (Joshua Bell) 2023-03-29 14:21:13 -05:00
parent f0a205be54
commit 608c974731
5 changed files with 26 additions and 18 deletions

View file

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