This commit is contained in:
christianchiarulli 2021-05-27 00:09:35 -04:00
parent d0f87322f9
commit fa42656c7e
2 changed files with 2 additions and 2 deletions

View file

@ -217,4 +217,4 @@ table.insert(gls.short_line_left, {
SFileName = {provider = 'SFileName', condition = condition.buffer_not_empty, highlight = {colors.grey, colors.bg}}
})
table.insert(gls.short_line_right[1] = {BufferIcon = {provider = 'BufferIcon', highlight = {colors.grey, colors.bg}}})
--table.insert(gls.short_line_right[1] = {BufferIcon = {provider = 'BufferIcon', highlight = {colors.grey, colors.bg}}})

View file

@ -70,4 +70,4 @@ function! QuickFixToggle()
else
cclose
endif
function
endfunction