Dot_Files/.config/nvim/after/ftplugin/xml.lua

5 lines
80 B
Lua

local opt_local = vim.opt_local
opt_local.tabstop = 2
opt_local.shiftwidth = 2