mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
add: update config
This commit is contained in:
parent
204561a51e
commit
14207d8f21
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
-- vim.opt_local.expandtab = true
|
vim.opt_local.expandtab = true
|
||||||
-- vim.opt_local.shiftwidth = 4
|
vim.opt_local.shiftwidth = 4
|
||||||
-- vim.opt_local.tabstop = 4
|
vim.opt_local.tabstop = 4
|
||||||
-- vim.opt_local.softtabstop = 4
|
vim.opt_local.softtabstop = 4
|
||||||
|
|
||||||
-- local status_ok, configs = pcall(require, "nvim-treesitter.configs")
|
-- local status_ok, configs = pcall(require, "nvim-treesitter.configs")
|
||||||
-- if not status_ok then
|
-- if not status_ok then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue