summaryrefslogtreecommitdiff
path: root/after/ftplugin/lua.lua
blob: 78c5eebe3be32cfdcdc011aeecb0e5e9d4fe776e (plain)
1
2
3
vim.opt_local.shiftwidth = 2
vim.opt_local.tabstop = 2
vim.opt_local.expandtab = true