lualine.nvim/lua
Daemon b431d228b7
fix: prioritize user config for extensions on windows (#1215)
Fixes the second part of: #1213

The same logic fixed in (#1214) is duplicated in the lualine_require
module, which appears to be used internally for loading things like
extensions.

On windows, user defined extensions that overwrite the builtin similarly
cannot be loaded due to the same string matching issue. In addition, the
number of queried runtime files is always less-than or equal to 1 due to
the `all` parameter for `nvim_get_runtime_file` being set to false.
Making it impossible to sort the list of files and prioritize ones
within the users config path `vim.fn.stdpath("config")`.
2024-08-12 20:39:22 +06:00
..
lualine fix: Use package.loaded instead of require to check if oil exists (#1275) 2024-07-15 12:24:06 +06:00
lualine.lua Fixed refresh delay issue when setting <cmd>w<CR> in keymap (#1193) 2024-03-15 23:31:17 +06:00
lualine_require.lua fix: prioritize user config for extensions on windows (#1215) 2024-08-12 20:39:22 +06:00