mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
fix(treesitter): disable folding in inspect_tree() (#22885)
This commit is contained in:
parent
090ade4af6
commit
b75acd2f94
@ -538,6 +538,7 @@ function M.inspect_tree(opts)
|
||||
|
||||
vim.wo[w].scrolloff = 5
|
||||
vim.wo[w].wrap = false
|
||||
vim.wo[w].foldmethod = 'manual' -- disable folding
|
||||
vim.bo[b].buflisted = false
|
||||
vim.bo[b].buftype = 'nofile'
|
||||
vim.bo[b].bufhidden = 'wipe'
|
||||
|
Loading…
Reference in New Issue
Block a user