1
0
Fork 0
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:
Henrik Hautakoski 2024-08-27 22:19:15 +02:00
parent 6501368f0d
commit 9e0ba8464d

View file

@ -154,6 +154,7 @@ return {
event = "neo_tree_buffer_enter",
handler = function ()
vim.opt_local.statuscolumn = ''
vim.opt_local.foldcolumn = "0"
end
},
},