reduce LOC

This commit is contained in:
krolyxon 2023-01-30 11:36:14 +05:30
parent ed41513704
commit da3c46dfec
2 changed files with 2 additions and 6 deletions

View File

@ -1,7 +1,5 @@
return {
defaults = {
lazy = true,
},
defaults = { lazy = true },
-- install = {
-- try to load one of these colorschemes when starting an installation during startup

View File

@ -14,9 +14,7 @@ local options = {
use_languagetree = true,
},
indent = {
enable = true,
},
indent = { enable = true },
}
require("nvim-treesitter.configs").setup(options)