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

5 lines
56 B
Lua

local opt = vim.opt
opt.tabstop = 2
opt.shiftwidth = 2