mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 19:30:01 +02:00
nvim: ui: disable folds for neotree buffers.
This commit is contained in:
parent
6501368f0d
commit
9e0ba8464d
1 changed files with 1 additions and 0 deletions
|
|
@ -154,6 +154,7 @@ return {
|
|||
event = "neo_tree_buffer_enter",
|
||||
handler = function ()
|
||||
vim.opt_local.statuscolumn = ''
|
||||
vim.opt_local.foldcolumn = "0"
|
||||
end
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue