mirror of
https://github.com/pnx/dotfiles
synced 2026-07-02 22:43:41 +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",
|
event = "neo_tree_buffer_enter",
|
||||||
handler = function ()
|
handler = function ()
|
||||||
vim.opt_local.statuscolumn = ''
|
vim.opt_local.statuscolumn = ''
|
||||||
|
vim.opt_local.foldcolumn = "0"
|
||||||
end
|
end
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue