Skip to content

Commit

Permalink
Limit treesitter context multiline threshold to 7
Browse files Browse the repository at this point in the history
  • Loading branch information
dietrichm committed Oct 5, 2024
1 parent 1119507 commit 83baded
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nvim/.config/nvim/lua/dietrichm/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,5 @@ vim.keymap.set('n', '<Leader>x', treesj.toggle, { silent = true })

require('treesitter-context').setup {
enable = false,
multiline_threshold = 7,
}

0 comments on commit 83baded

Please sign in to comment.