fix: set nowrap in buffer instead of on each draw

This commit is contained in:
kiyan
2021-09-12 14:16:12 +02:00
parent 84126d3eb5
commit 4db5dfa320
2 changed files with 1 additions and 3 deletions

View File

@@ -24,6 +24,7 @@ M.View = {
foldcolumn = '0',
cursorcolumn = false,
colorcolumn = '0',
wrap = false,
winhl = table.concat({
'EndOfBuffer:NvimTreeEndOfBuffer',
'Normal:NvimTreeNormal',