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 { return {
defaults = { defaults = { lazy = true },
lazy = true,
},
-- install = { -- install = {
-- try to load one of these colorschemes when starting an installation during startup -- try to load one of these colorschemes when starting an installation during startup

View File

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