lualine.nvim/lua/lualine/components
Shadman 6d11f9f508
feat: allow lualine to ignore focus on specific filetypes. (#767)
* feat: allow lualine to ignore focus on specific filetypes.

closes #710

* fix: extensions on ingnored_focus

* perf: reuse api call results & use local variables instead of vim.g

* make location & progress components behave in ingnored filetypes

* fix: crash when last_focused win gets closed

* fix: location & progress related broken tests
2022-07-29 16:54:31 +06:00
..
branch docs: cleanup formatting and comment typos (#696) 2022-05-30 20:25:05 +06:00
buffers docs: cleanup formatting and comment typos (#696) 2022-05-30 20:25:05 +06:00
diagnostics chore: autogen (vimdocs+formating) 2022-07-27 18:03:53 +00:00
diff docs: cleanup formatting and comment typos (#696) 2022-05-30 20:25:05 +06:00
special fixup: escape results of vim_var components 2022-07-28 13:30:17 +06:00
tabs docs: cleanup formatting and comment typos (#696) 2022-05-30 20:25:05 +06:00
windows docs: cleanup formatting and comment typos (#696) 2022-05-30 20:25:05 +06:00
encoding.lua enhance: change method of getting file encoding 2021-10-22 21:18:27 +06:00
fileformat.lua docs: cleanup formatting and comment typos (#696) 2022-05-30 20:25:05 +06:00
filename.lua Support tilde as home path in the absolute file paths (#676) 2022-05-13 11:28:03 +06:00
filesize.lua fix: large file lag with filesize component (partially reverts #649) (#675) 2022-05-07 09:53:33 +06:00
filetype.lua feat: add option to invert component icon alignment (#666) 2022-04-30 16:10:47 +06:00
hostname.lua fix: % not properly escaped in other components too. 2022-02-15 23:17:05 +06:00
location.lua feat: allow lualine to ignore focus on specific filetypes. (#767) 2022-07-29 16:54:31 +06:00
mode.lua enhance: allow components to be functions too (#81) 2021-10-11 16:41:25 +06:00
progress.lua feat: allow lualine to ignore focus on specific filetypes. (#767) 2022-07-29 16:54:31 +06:00