all repos

init.lua @ 820a647

my nvim config
1 files changed, 1 insertions(+), 1 deletions(-)
feat(autocmd): add pattern for json
Author: Smirnov Olexander ss2316544@gmail.com
Committed at: 2022-05-31 23:46:24 +0300
Parent: 886451d
M lua/core/autocmd.lua

@@ -38,7 +38,7 @@ end,

}) cmd("FileType", { - pattern = "javascript,typescript", + pattern = "javascript,typescript,json", callback = function() opt.tabstop = 2 opt.shiftwidth = 2