Skip to content

Commit aab34f7

Browse files
authored
feat: disable signcolumn by default (#408)
1 parent 6940e56 commit aab34f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/neo-tree/ui/renderer.lua

+1
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,7 @@ create_window = function(state)
704704
},
705705
win_options = {
706706
colorcolumn = "",
707+
signcolumn = "no",
707708
},
708709
}
709710

0 commit comments

Comments
 (0)