enc: remove tab 4 to default config

This commit is contained in:
asep.komarudin 2024-06-27 22:51:40 +07:00
parent 522c9db37c
commit 024214153a
2 changed files with 6 additions and 7 deletions

View file

@ -1,7 +1,7 @@
vim.opt_local.expandtab = true
vim.opt_local.shiftwidth = 4
vim.opt_local.tabstop = 4
vim.opt_local.softtabstop = 4
-- vim.opt_local.expandtab = true
-- vim.opt_local.shiftwidth = 4
-- vim.opt_local.tabstop = 4
-- vim.opt_local.softtabstop = 4
-- local status_ok, configs = pcall(require, "nvim-treesitter.configs")
-- if not status_ok then