reduce LOC
This commit is contained in:
parent
ed41513704
commit
da3c46dfec
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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)
|
||||||
|
|
|
||||||
Reference in New Issue