all repos

init.lua @ 7e898a8

my nvim config
1 files changed, 1 insertions(+), 1 deletions(-)
feat(autocmd): auto set opts for gotmpl
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2023-08-11 18:02:14 +0300
Parent: 691e82b
M lua/core/autocmd.lua

@@ -8,7 +8,7 @@ end,

}) cmd("FileType", { - pattern = "javascript,typescript,json,html,htmldjango,css,astro", + pattern = "javascript,typescript,json,html,htmldjango,gotmpl,css,astro", callback = function() vim.bo.tabstop = 2 vim.bo.shiftwidth = 2