Files
my-nvim/after/ftplugin/sh.lua
T
2026-04-01 11:09:14 +03:00

5 lines
69 B
Lua

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