feat(nvim): set tabs for zsh

This commit is contained in:
Price Hiller 2022-07-30 17:32:02 -05:00
parent e2abcaca2f
commit 3381a36634

View File

@ -0,0 +1,2 @@
vim.opt.expandtab = false
vim.opt_local.expandtab = false