Fix nvim-treesitter lazy loading
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
return {
|
||||
local options = {
|
||||
ensure_installed = { "lua", "luadoc", "printf", "vim", "vimdoc", "java" },
|
||||
|
||||
highlight = {
|
||||
@ -8,3 +8,5 @@ return {
|
||||
|
||||
indent = { enable = true },
|
||||
}
|
||||
|
||||
require("nvim-treesitter.configs").setup(options)
|
||||
|
Reference in New Issue
Block a user