lualine.nvim/tests/spec
zappolowski 9d177b668c
fix component(filetype) proper icon based on filetype (#810)
* Refactor tests to use stubs for nvim-web-devicons

* Simplify getting icon

`get_icon` does not need the 2nd parameter (`ext`) as it will derive it
from the given `name` (1st argument) itself.

* fix component(filetype) proper icon based on filetype

With https://github.com/kyazdani42/nvim-web-devicons/pull/125 a filetype
based lookup was implemented upstream which can be used to get an icon
when a file doesn't have an extension.

fixes #578
2022-10-23 20:41:12 +06:00
..
component_spec.lua fix component(filetype) proper icon based on filetype (#810) 2022-10-23 20:41:12 +06:00
config_spec.lua feat: refresh lualine based on timer + winbar support. (#736) 2022-07-22 19:29:55 +06:00
lualine_spec.lua feat: allow lualine to ignore focus on specific filetypes. (#767) 2022-07-29 16:54:31 +06:00
utils_spec.lua feat(utils): support extracting fallback color 2022-09-12 00:35:46 +06:00