dotfiles/.config/nvim/ftplugin/html.lua

4 lines
85 B
Lua

vim.opt_local.tabstop = 2
vim.opt_local.shiftwidth = 2
vim.opt_local.softtabstop = 2