chore(vimdoc): Auto update
This commit is contained in:
committed by
github-actions[bot]
parent
b5457a9b38
commit
f42599967d
@@ -1050,7 +1050,7 @@ other filetypes.
|
|||||||
>lua
|
>lua
|
||||||
symbols = {
|
symbols = {
|
||||||
icon_fetcher = function(k, buf)
|
icon_fetcher = function(k, buf)
|
||||||
-- Use nvim_buf_get_option(bufnr, 'ft') for nvim 0.7 users
|
-- Use nvim_buf_get_option(buf, 'ft') for nvim 0.7 users
|
||||||
local ft = vim.api.nvim_get_option_value("ft", { buf = buf })
|
local ft = vim.api.nvim_get_option_value("ft", { buf = buf })
|
||||||
if ft == 'markdown' then
|
if ft == 'markdown' then
|
||||||
return ""
|
return ""
|
||||||
|
|||||||
Reference in New Issue
Block a user