1
0
Fork 0
dot/.config/nvim/after/ftplugin/sh.lua

5 lines
149 B
Lua

-- options ---------------------------------------------------------------------
vim.opt.tabstop = 4
vim.opt.shiftwidth = 4
vim.opt.expandtab = true