all repos

init.lua @ 3a2057f954edcd18429ac316c7b782bb38d80258

my nvim config
1 files changed, 1 insertions(+), 1 deletions(-)
feat(autocmd): set tab to 2 for html and css
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2022-12-14 19:50:45 +0200
Parent: 3924b8a
M lua/core/autocmd.lua

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

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