Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pr7prashant committed Oct 24, 2023
1 parent ca38157 commit 859590f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/user/treesitter-context.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function M.config()
-- When separator is set, the context will only show up when there are at least 2 lines above cursorline.
separator = nil,
zindex = 20, -- The Z-index of the context window
on_attach = nil,
on_attach = nil, -- (fun(buf: integer): boolean) return false to disable attaching
}
end

Expand Down

0 comments on commit 859590f

Please sign in to comment.