lualine.nvim/lua/lualine
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
..
components fix component(filetype) proper icon based on filetype (#810) 2022-10-23 20:41:12 +06:00
extensions added logic to show fzf-lua statusline if present (#863) 2022-10-19 08:19:50 +06:00
themes docs: cleanup formatting and comment typos (#696) 2022-05-30 20:25:05 +06:00
utils feat(utils): support extracting fallback color 2022-09-12 00:35:46 +06:00
component.lua fix: on_click messing up highlights 2022-07-22 20:17:02 +06:00
config.lua feat: allow lualine to ignore focus on specific filetypes. (#767) 2022-07-29 16:54:31 +06:00
highlight.lua feat(utils): support extracting 'sp' scope hl color 2022-09-12 00:35:46 +06:00