all repos

init.lua @ 988d9b0

my nvim config
1 files changed, 3 insertions(+), 0 deletions(-)
feat: set custom settings for json
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-10-09 17:52:19 +0300
Parent: 6c52976
A after/ftplugin/json.lua

@@ -0,0 +1,3 @@

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