{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":325572537,"defaultBranch":"master","name":"lualine.nvim","ownerLogin":"nvim-lualine","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-12-30T14:35:10.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/92503039?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1697606555.0","currentOid":""},"activityList":{"items":[{"before":"544dd1583f9bb27b393f598475c89809c4d5e86b","after":"b431d228b7bbcdaea818bdc3e25b8cdbe861f056","ref":"refs/heads/master","pushedAt":"2024-08-12T14:39:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"shadmansaleh","name":"Shadman","path":"/shadmansaleh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13149513?s=80&v=4"},"commit":{"message":"fix: prioritize user config for extensions on windows (#1215)\n\nFixes the second part of: #1213\r\n\r\nThe same logic fixed in (#1214) is duplicated in the lualine_require\r\nmodule, which appears to be used internally for loading things like\r\nextensions.\r\n\r\nOn windows, user defined extensions that overwrite the builtin similarly\r\ncannot be loaded due to the same string matching issue. In addition, the\r\nnumber of queried runtime files is always less-than or equal to 1 due to\r\nthe `all` parameter for `nvim_get_runtime_file` being set to false.\r\nMaking it impossible to sort the list of files and prioritize ones\r\nwithin the users config path `vim.fn.stdpath(\"config\")`.","shortMessageHtmlLink":"fix: prioritize user config for extensions on windows (#1215)"}},{"before":"baa7267a52a81dddff58e4705c989002919e1bf6","after":"544dd1583f9bb27b393f598475c89809c4d5e86b","ref":"refs/heads/master","pushedAt":"2024-07-15T06:24:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"shadmansaleh","name":"Shadman","path":"/shadmansaleh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13149513?s=80&v=4"},"commit":{"message":"fix: Use package.loaded instead of require to check if oil exists (#1275)","shortMessageHtmlLink":"fix: Use package.loaded instead of require to check if oil exists (#1275"}},{"before":"be2d87683163473b87148fb9be2f63b71ef1b2a0","after":"baa7267a52a81dddff58e4705c989002919e1bf6","ref":"refs/heads/master","pushedAt":"2024-07-15T06:22:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore: autogen (vimdocs+formating)","shortMessageHtmlLink":"chore: autogen (vimdocs+formating)"}},{"before":"6a40b530539d2209f7dc0492f3681c8c126647ad","after":"be2d87683163473b87148fb9be2f63b71ef1b2a0","ref":"refs/heads/master","pushedAt":"2024-07-15T06:22:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"shadmansaleh","name":"Shadman","path":"/shadmansaleh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13149513?s=80&v=4"},"commit":{"message":"feat: Add BOM indicator to encoding component (#1228)\n\n* feat: Add BOM indicator to encoding component\r\n\r\n* feat: Make BOM indicator optional\r\n\r\n* chore: Add more tests for encoding component","shortMessageHtmlLink":"feat: Add BOM indicator to encoding component (#1228)"}},{"before":"a0232429c3c573e5658813f78b2d2f1253fcf87f","after":"6a40b530539d2209f7dc0492f3681c8c126647ad","ref":"refs/heads/master","pushedAt":"2024-07-08T04:50:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"shadmansaleh","name":"Shadman","path":"/shadmansaleh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13149513?s=80&v=4"},"commit":{"message":"Use vim.diagnostic.count instead of get (Feat #1239) (#1268)","shortMessageHtmlLink":"Use vim.diagnostic.count instead of get (Feat #1239) (#1268)"}},{"before":"ff3fedb007a4b70f7c797cbcdccde053a14e2c23","after":"a0232429c3c573e5658813f78b2d2f1253fcf87f","ref":"refs/heads/master","pushedAt":"2024-07-08T04:24:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore: autogen (vimdocs+formating)","shortMessageHtmlLink":"chore: autogen (vimdocs+formating)"}},{"before":"e20896769ca3cd7e623f0d9f0f68c2155e1eeee2","after":"ff3fedb007a4b70f7c797cbcdccde053a14e2c23","ref":"refs/heads/master","pushedAt":"2024-07-08T04:24:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"shadmansaleh","name":"Shadman","path":"/shadmansaleh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13149513?s=80&v=4"},"commit":{"message":"`branch` supports `oil` now (#1242)\n\n* lualine filename oil\r\n\r\n* git branch oil support\r\n\r\n* revert\r\n\r\n* sure fire way to get current dir","shortMessageHtmlLink":"branch supports oil now (#1242)"}},{"before":"942b58628fbd513dcff64b6765a3482c76b49123","after":"e20896769ca3cd7e623f0d9f0f68c2155e1eeee2","ref":"refs/heads/master","pushedAt":"2024-07-07T07:03:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"shadmansaleh","name":"Shadman","path":"/shadmansaleh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13149513?s=80&v=4"},"commit":{"message":"fix: Location component was showing wrong column with inlay hints. (#1243)\n\nThe location component had been previously changed to use\r\n`vim.api.virtcol` (the screen position of the cursor) instead of\r\n`vim.api.col` (the byte position of the cursor), in order to prevent\r\nshowing the wrong column when multibyte characters are present.\r\nUnfortunately, the new inlay hints in neovim 0.10 make heavy use of\r\nvirtual text, and therefore the column shown in the location component\r\nis often incorrect.\r\n\r\nThis change fixes it to use `vim.api.charcol`, which correctly handles\r\nvariable-width characters without including virtual text.","shortMessageHtmlLink":"fix: Location component was showing wrong column with inlay hints. (#…"}},{"before":"0a5a66803c7407767b799067986b4dc3036e1983","after":"942b58628fbd513dcff64b6765a3482c76b49123","ref":"refs/heads/master","pushedAt":"2024-07-07T07:01:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"shadmansaleh","name":"Shadman","path":"/shadmansaleh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13149513?s=80&v=4"},"commit":{"message":"Update evil_lualine.lua diagnostics colors. (#1254)\n\nfix: diagnostics colors.","shortMessageHtmlLink":"Update evil_lualine.lua diagnostics colors. (#1254)"}},{"before":"15d830d1645f1e104bdce0aaf2b140bbc2d07d50","after":"0a5a66803c7407767b799067986b4dc3036e1983","ref":"refs/heads/master","pushedAt":"2024-04-05T09:46:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"shadmansaleh","name":"Shadman","path":"/shadmansaleh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13149513?s=80&v=4"},"commit":{"message":"feat: Allow cterm highlight number through (#1194)\n\nCo-authored-by: Shadman <13149513+shadmansaleh@users.noreply.github.com>","shortMessageHtmlLink":"feat: Allow cterm highlight number through (#1194)"}},{"before":"b5e8bb642138f787a2c1c5aedc2a78cb2cebbd67","after":"15d830d1645f1e104bdce0aaf2b140bbc2d07d50","ref":"refs/heads/master","pushedAt":"2024-04-05T09:33:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"shadmansaleh","name":"Shadman","path":"/shadmansaleh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13149513?s=80&v=4"},"commit":{"message":"Add support for base16-vim alongside nvim-base16 (#1006)","shortMessageHtmlLink":"Add support for base16-vim alongside nvim-base16 (#1006)"}},{"before":"af4c3cf17206810880d2a93562e0a4c0d901c684","after":"b5e8bb642138f787a2c1c5aedc2a78cb2cebbd67","ref":"refs/heads/master","pushedAt":"2024-03-21T05:18:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"shadmansaleh","name":"Shadman","path":"/shadmansaleh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13149513?s=80&v=4"},"commit":{"message":"fix: prioritize user config for theme-loader on windows (#1213) (#1214)","shortMessageHtmlLink":"fix: prioritize user config for theme-loader on windows (#1213) (#1214)"}},{"before":"3e77976c8deaf622ea7a99a38e8b64b75a76f13e","after":"af4c3cf17206810880d2a93562e0a4c0d901c684","ref":"refs/heads/master","pushedAt":"2024-03-15T17:33:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"shadmansaleh","name":"Shadman","path":"/shadmansaleh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13149513?s=80&v=4"},"commit":{"message":"fix: mason extension lazy loading (#1196)\n\nFixed mason extension to only load mason-registry when the lualine section is\r\ndisplayed (on 'mason' filetype). This prevents loading mason when lualine is\r\nloaded.","shortMessageHtmlLink":"fix: mason extension lazy loading (#1196)"}},{"before":"26dac2fcadb6e622790ab08e36d0dba3d3765398","after":"3e77976c8deaf622ea7a99a38e8b64b75a76f13e","ref":"refs/heads/master","pushedAt":"2024-03-15T17:31:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"shadmansaleh","name":"Shadman","path":"/shadmansaleh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13149513?s=80&v=4"},"commit":{"message":"Fixed refresh delay issue when setting `w` in keymap (#1193)","shortMessageHtmlLink":"Fixed refresh delay issue when setting <cmd>w<CR> in keymap (#1193)"}},{"before":"3c55675a7bc170d21d7ea70874ae66fbf5cfb0dc","after":"26dac2fcadb6e622790ab08e36d0dba3d3765398","ref":"refs/heads/master","pushedAt":"2024-03-13T14:34:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"shadmansaleh","name":"Shadman","path":"/shadmansaleh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13149513?s=80&v=4"},"commit":{"message":"fix: use larger ft icon when coloring applied (#1172)\n\n* fix: use larger ft icon when coloring applied\r\n\r\n* fix: pass filetype tests\r\n\r\n* fix: pass another test","shortMessageHtmlLink":"fix: use larger ft icon when coloring applied (#1172)"}},{"before":"79c4b296d071a460ee71e18be38813fd5875f3cf","after":"3c55675a7bc170d21d7ea70874ae66fbf5cfb0dc","ref":"refs/heads/master","pushedAt":"2024-03-11T14:40:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore: autogen (vimdocs+formating)","shortMessageHtmlLink":"chore: autogen (vimdocs+formating)"}},{"before":"8b56462bfb746760465264de41b4907310f113ec","after":"79c4b296d071a460ee71e18be38813fd5875f3cf","ref":"refs/heads/master","pushedAt":"2024-03-11T14:39:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"shadmansaleh","name":"Shadman","path":"/shadmansaleh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13149513?s=80&v=4"},"commit":{"message":"fix(branch): extract correct branch name for term buffers (#1204)\n\nterminal buffers have a different path that did not work to retrieve the branch name. By extracting the path out of the terminal path, the branch name can still resolve even when in term buffers.","shortMessageHtmlLink":"fix(branch): extract correct branch name for term buffers (#1204)"}},{"before":"f2de8f2fd685ae3242febc9dc918028d44ba9cd1","after":"8b56462bfb746760465264de41b4907310f113ec","ref":"refs/heads/master","pushedAt":"2024-03-04T12:45:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"shadmansaleh","name":"Shadman","path":"/shadmansaleh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13149513?s=80&v=4"},"commit":{"message":"fix: fzf extension selected element parsing (#1198)\n\n* fix: fzf extension selected element parsing\r\n\r\nOn non-floating windows the selected element is not supported and showed 'nil'.\r\nThis fixes that and also uses fzf's path parser for a cleaner parsing of the\r\nselection.\r\n\r\nCloses #1197\r\n\r\n* fix: fzf-lua extension lazy loading\r\n\r\nNot calling require immediately will allow for better lazy loading using\r\nlazy.nvim while the 'fzf' extension is enabled.","shortMessageHtmlLink":"fix: fzf extension selected element parsing (#1198)"}},{"before":"28027a564496713969e5638d7de0d91d280365b6","after":"f2de8f2fd685ae3242febc9dc918028d44ba9cd1","ref":"refs/heads/master","pushedAt":"2024-03-04T12:43:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore: autogen (vimdocs+formating)","shortMessageHtmlLink":"chore: autogen (vimdocs+formating)"}},{"before":"7d131a8d3ba5016229e8a1d08bf8782acea98852","after":"28027a564496713969e5638d7de0d91d280365b6","ref":"refs/heads/master","pushedAt":"2024-03-04T12:42:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"shadmansaleh","name":"Shadman","path":"/shadmansaleh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13149513?s=80&v=4"},"commit":{"message":"update bubles example config","shortMessageHtmlLink":"update bubles example config"}},{"before":"ea00644e98a306a54c11c7f2058a668c38876e6f","after":"7d131a8d3ba5016229e8a1d08bf8782acea98852","ref":"refs/heads/master","pushedAt":"2024-01-25T11:16:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore: autogen (vimdocs+formating)","shortMessageHtmlLink":"chore: autogen (vimdocs+formating)"}},{"before":"566b7036f717f3d676362742630518a47f132fff","after":"ea00644e98a306a54c11c7f2058a668c38876e6f","ref":"refs/heads/master","pushedAt":"2024-01-25T11:16:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"shadmansaleh","name":"Shadman","path":"/shadmansaleh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13149513?s=80&v=4"},"commit":{"message":"chore: fixed typo (#1181)\n\nTypo fix \"versoins\" to versions.","shortMessageHtmlLink":"chore: fixed typo (#1181)"}},{"before":"3abbbdd5e9aa02f06ffc297d73f73ba21f4e5084","after":"566b7036f717f3d676362742630518a47f132fff","ref":"refs/heads/master","pushedAt":"2023-12-26T05:36:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"shadmansaleh","name":"Shadman","path":"/shadmansaleh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13149513?s=80&v=4"},"commit":{"message":"fix(#820): Illegal character in filename (#1147)\n\n* fix(#820): handle % in path\r\n\r\n* fix merge issues\r\n\r\n---------\r\n\r\nmerged alongside f76d9b6454978e72e902910392d7e83292963688\r\n\r\nCo-authored-by: Shadman <13149513+shadmansaleh@users.noreply.github.com>","shortMessageHtmlLink":"fix(#820): Illegal character in filename (#1147)"}},{"before":"bd148ac7e4cb4df7367fbaef4c2fd33667fc8ae9","after":"3abbbdd5e9aa02f06ffc297d73f73ba21f4e5084","ref":"refs/heads/master","pushedAt":"2023-12-26T05:16:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore: autogen (vimdocs+formating)","shortMessageHtmlLink":"chore: autogen (vimdocs+formating)"}},{"before":"338003a267eb642abdc28342e025198fd5ffc36f","after":"bd148ac7e4cb4df7367fbaef4c2fd33667fc8ae9","ref":"refs/heads/master","pushedAt":"2023-12-26T05:16:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"shadmansaleh","name":"Shadman","path":"/shadmansaleh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13149513?s=80&v=4"},"commit":{"message":"feat: add oil.nvim extension to show current directory (#1154)\n\n* add: extension for oil.nvim\r\n\r\n* mod: cosmetic\r\n\r\n* mod: able to load Oil lazily\r\n\r\n* mod: readme","shortMessageHtmlLink":"feat: add oil.nvim extension to show current directory (#1154)"}},{"before":"767a239ef41301f78cc9169bc5d236494671c1be","after":"338003a267eb642abdc28342e025198fd5ffc36f","ref":"refs/heads/master","pushedAt":"2023-12-26T05:15:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore: autogen (vimdocs+formating)","shortMessageHtmlLink":"chore: autogen (vimdocs+formating)"}},{"before":"f76d9b6454978e72e902910392d7e83292963688","after":"767a239ef41301f78cc9169bc5d236494671c1be","ref":"refs/heads/master","pushedAt":"2023-12-26T05:14:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"shadmansaleh","name":"Shadman","path":"/shadmansaleh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13149513?s=80&v=4"},"commit":{"message":"docs: Add lazy.nvim installation instructions. (#1140) (#1152)\n\n* docs: Add lazy.nvim installation instructions. (#1140)\r\n\r\nSigned-off-by: chris1320 \r\n\r\n* docs: Update lazy.nvim installation instructions.\r\n\r\nSigned-off-by: chris1320 \r\n\r\n* drop lazy loading instructions from for lazy.nvim\r\n\r\n---------\r\n\r\nSigned-off-by: chris1320 \r\nCo-authored-by: shadmansaleh <13149513+shadmansaleh@users.noreply.github.com>","shortMessageHtmlLink":"docs: Add lazy.nvim installation instructions. (#1140) (#1152)"}},{"before":"4040b70572b3c6f29c8535771605cb9a73d8faf5","after":"f76d9b6454978e72e902910392d7e83292963688","ref":"refs/heads/master","pushedAt":"2023-12-26T04:43:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"shadmansaleh","name":"Shadman","path":"/shadmansaleh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13149513?s=80&v=4"},"commit":{"message":"fix: escape filename after it has been shortened (#1159)","shortMessageHtmlLink":"fix: escape filename after it has been shortened (#1159)"}},{"before":"2248ef254d0a1488a72041cfb45ca9caada6d994","after":"4040b70572b3c6f29c8535771605cb9a73d8faf5","ref":"refs/heads/master","pushedAt":"2023-12-26T04:41:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"shadmansaleh","name":"Shadman","path":"/shadmansaleh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13149513?s=80&v=4"},"commit":{"message":"tweak iceberg dark (#1162)","shortMessageHtmlLink":"tweak iceberg dark (#1162)"}},{"before":"1dc8b44423078fda163cc0abb800963eb4c8343e","after":"2248ef254d0a1488a72041cfb45ca9caada6d994","ref":"refs/heads/master","pushedAt":"2023-10-20T03:36:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"shadmansaleh","name":"Shadman","path":"/shadmansaleh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13149513?s=80&v=4"},"commit":{"message":"fix(#1087): handle searchcount failures (#1088)\n\nCo-authored-by: Shadman <13149513+shadmansaleh@users.noreply.github.com>","shortMessageHtmlLink":"fix(#1087): handle searchcount failures (#1088)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEmDj7rwA","startCursor":null,"endCursor":null}},"title":"Activity · nvim-lualine/lualine.nvim"}