This commit is contained in:
iofq 2024-08-13 02:56:48 -05:00
parent bdaba979ac
commit 4e88567cac
5 changed files with 24 additions and 19 deletions

View file

@ -61,5 +61,5 @@ require('nvim-treesitter.configs').setup {
require('treesitter-context').setup {
max_lines = 2,
min_window_height = 50
min_window_height = 50,
}