Commit Graph
21 Commits
Author SHA1 Message Date
rootiest 474b358456 clean unused components for lualine 2025-01-13 21:17:27 -05:00
rootiest 3975402192 add initial support for codeium status in lualine 2024-12-28 18:46:01 -05:00
rootiest 18cc33490c refactor: utilize utility function for color fetching 2024-12-18 14:25:20 -05:00
rootiest 70693e44d6 feat: enable clickable git components in statusline 2024-11-24 03:19:27 -05:00
rootiest 7d9f26daeb feat: add snacks_dashboard to disabled filetypes in statusline 2024-11-23 14:23:33 -05:00
rootiest 3f096313fc fix: ensure single quotes are used consistently across configuration files 2024-11-12 14:19:44 -05:00
rootiest 823e113276 🧹 refactor(data): require data modules directly
require data modules directly throughout config. No longer user
require("data") as a parent module
2024-11-08 12:39:30 -05:00
rootiest 05d678de7c chore: update nvim-updater configuration for GitHub releases 2024-11-03 01:00:55 -04:00
rootiest ba1d423d58 feat: enhance commit status display with additional options 2024-10-12 05:52:44 -04:00
rootiest edbbde6269 refactor: replace enabled property with conditional check 2024-10-08 04:29:44 -04:00
rootiest 2d0110cf61 refactor: improve status line configuration for clarity 2024-10-08 04:29:33 -04:00
rootiest 96c71019db fix: harden against missing plugins
- Avoid errors when plugins are disabled by checking for them before
calling them whenever possible
2024-10-04 14:01:46 -04:00
rootiest 7aee452413 refactor: unify MultiCursor keybindings under <leader>m prefix 2024-09-25 06:17:38 -04:00
rootiest e5b552bab7 feat: add detailed status messages for updater terminal states 2024-09-24 14:48:30 -04:00
rootiest eafc647526 fix: correct condition check for filetype in lualine configuration 2024-09-21 08:02:03 -04:00
rootiest e3cea1a9f1 fix: correct condition check for neovim_updater_term filetype 2024-09-21 07:59:41 -04:00
rootiest 181797de7e feat: introduce status updates for Neovim Updater in lualine statusline 2024-09-21 06:54:36 -04:00
rootiest b6e3fb4965 feat(statusline): add Neovim updating status indicator with custom icon 2024-09-14 01:28:13 -04:00
rootiest 56834c33c5 feat: integrate NeoCodeium status display in lualine 2024-09-13 09:18:44 -04:00
rootiest 49f547aed2 feat: add neocodeium status symbols to lualine statusline 2024-09-08 20:09:40 -04:00
rootiest 273580f533 ♻️ refactor(full-scope)!: major revision refactoring
Code layout has been changed and improoved. Annotations are added for documentation. Automated through utility functions and data tables

BREAKING CHANGE: Tested from clean. Now properly uses LuaRocks to install dependencies.
2024-09-04 16:07:12 -04:00