Files
my-nvim/after/ftplugin/sh.lua

5 lines
69 B
Lua

vim.opt.shiftwidth = 2
vim.opt.tabstop = 2
vim.opt.expandtab = true