config.nvim/after/ftplugin/lua.lua

3 lines
86 B
Lua

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