development/templates/nvim/ftplugin/scss.lua.j2

7 lines
202 B
Django/Jinja

-- {{ ansible_managed }} {{ ansible_date_time.time }} {{ ansible_date_time.date }}
vim.opt.tabstop = 2
vim.opt.softtabstop = 2
vim.opt.shiftwidth = 2
vim.opt.expandtab = true
vim.opt.autoindent = true