Skip to content

Commit

Permalink
feat(nvim): improve treesitter-context config
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Oct 6, 2023
1 parent 6f26c87 commit 2ad43c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/neovim/config/lua/user/treesitter.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
require("treesitter-context").setup({
multiline_threshold = 1,
})

require("nvim-treesitter.configs").setup({
highlight = {
enable = true,
Expand Down

0 comments on commit 2ad43c0

Please sign in to comment.