Remove cursorcolumn and colorcolumn (#445)

This commit is contained in:
lvim-tech
2021-06-15 22:49:40 +03:00
committed by GitHub
parent 4a043ff5eb
commit bfeaf4c8ef

View File

@@ -22,6 +22,8 @@ M.View = {
signcolumn = 'yes',
foldmethod = 'manual',
foldcolumn = '0',
cursorcolumn = false,
colorcolumn = '0',
winhl = table.concat({
'EndOfBuffer:NvimTreeEndOfBuffer',
'Normal:NvimTreeNormal',