mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 00:49:01 +02:00
add mograte from dev
This commit is contained in:
parent
f5f74f80e0
commit
d2749f48eb
12 changed files with 440 additions and 120 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue