Update generated neovim config
This commit is contained in:
@ -0,0 +1,10 @@
|
||||
return {
|
||||
get_icon = function(filename, extension, options)
|
||||
_G.devicons_args = { filename = filename, extension = extension, options = options }
|
||||
|
||||
if filename == 'LICENSE' then return '', 'DevIconLicense' end
|
||||
if vim.endswith(filename, 'lua') then return '', 'DevIconLua' end
|
||||
if vim.endswith(filename, 'txt') then return '', 'DevIconTxt' end
|
||||
if (options or {}).default then return '', 'DevIconDefault' end
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user