add mograte from dev

This commit is contained in:
asep.komarudin 2024-06-29 08:56:13 +07:00
parent f5f74f80e0
commit d2749f48eb
12 changed files with 440 additions and 120 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