dotfiles/config/nvim/after/ftplugin/html.lua
Eryn Wells be6b93cdde [nvim] Set shiftwidth and softtabstop to 2 spaces for HTML files
Never thought I'd be *that* person, but here we are.
2025-01-31 13:33:32 -08:00

4 lines
94 B
Lua

-- Eryn Wells <eryn@erynwells.me>
vim.opt_local.shiftwidth = 2
vim.opt_local.softtabstop = 2