reduce LOC
This commit is contained in:
parent
ed41513704
commit
da3c46dfec
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -14,9 +14,7 @@ local options = {
|
|||
use_languagetree = true,
|
||||
},
|
||||
|
||||
indent = {
|
||||
enable = true,
|
||||
},
|
||||
indent = { enable = true },
|
||||
}
|
||||
|
||||
require("nvim-treesitter.configs").setup(options)
|
||||
|
|
|
|||
Reference in New Issue