We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa78e2b commit ebee603Copy full SHA for ebee603
lua/treesitter-context.lua
@@ -81,7 +81,6 @@ local function cannot_open(winid)
81
local bufnr = api.nvim_win_get_buf(winid)
82
return not attached[bufnr]
83
or vim.bo[bufnr].filetype == ''
84
- or vim.bo[bufnr].buftype ~= ''
85
or vim.wo[winid].previewwindow
86
or api.nvim_win_get_height(winid) < config.min_window_height
87
end
0 commit comments