write own lightweight tabufline | remove bufferline
This commit is contained in:
@@ -50,7 +50,7 @@ M.fileInfo = function()
|
||||
local devicons_present, devicons = pcall(require, "nvim-web-devicons")
|
||||
|
||||
if devicons_present then
|
||||
local ft_icon = devicons.get_icon(filename, fn.expand "%:e")
|
||||
local ft_icon = devicons.get_icon(filename)
|
||||
icon = (ft_icon ~= nil and " " .. ft_icon) or ""
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user