Commit Graph

  • 766bee3671 refactor: restructured utils module for better code organization rootiest 2024-08-24 16:32:42 -04:00
  • c02ba52ff1 refactor: simplify data variable usage across multiple modules rootiest 2024-08-24 16:32:29 -04:00
  • ac9397a703 refactor: streamline build return logic for smart_splits rootiest 2024-08-24 16:31:49 -04:00
  • ef0dbf8962 refactor: consolidate data module imports into init.lua rootiest 2024-08-24 16:31:22 -04:00
  • ab91798473 refactor: standardize keymap addition with add_keymap helper rootiest 2024-08-24 16:31:05 -04:00
  • 85a47efa31 fix: ensure workspace dimensions return default in case of nil format rootiest 2024-08-24 16:30:48 -04:00
  • f438483ccf feat: add function to exit and save all buffers in Neovim rootiest 2024-08-24 16:28:25 -04:00
  • 1532836f1b feat(funcs): add alacritty terminal and kitty-scrollback checks rootiest 2024-08-24 16:27:23 -04:00
  • 40fa00f90f refactor: extract common keymap properties to use data module functions rootiest 2024-08-24 16:24:09 -04:00
  • f74a0c9233 feat: add helper functions for key mappings and marks in Neovim rootiest 2024-08-24 16:23:33 -04:00
  • 41c1fe37d9 fix: ensure accurate detection of plugin installation across lazy, packer, and vim-plug rootiest 2024-08-24 16:22:32 -04:00
  • 4f827f7b08 style: configure lualine_a to show mode rootiest 2024-08-23 10:33:58 -04:00
  • 6d9f066bae refactor: rename rootilities to utils for consistency rootiest 2024-08-23 10:09:52 -04:00
  • 3475deefcd feat: enable support for none-ls language server integration rootiest 2024-08-23 10:09:30 -04:00
  • 19002d1ebc feat: integrate arrow.nvim with custom options rootiest 2024-08-23 10:09:19 -04:00
  • e55a5d03d8 feat: introduce Ollama Copilot with dependencies to coding configuration rootiest 2024-08-23 10:08:36 -04:00
  • 9a6d4e4158 refactor: centralize configuration data to require data module rootiest 2024-08-23 10:04:54 -04:00
  • a6e251fe2a refactor: extract ignored player sources to array rootiest 2024-08-23 10:03:22 -04:00
  • 25143ee857 refactor: standardize naming for utility module rootiest 2024-08-23 10:02:23 -04:00
  • ccba071dce refactor: simplify hooks setup in highlight.lua rootiest 2024-08-23 10:01:35 -04:00
  • 0650f4c430 refactor(cache): use vim.fs.joinpath for constructing cache script path rootiest 2024-08-23 10:01:01 -04:00
  • f68c101f97 feat: add custom dashboard logo and update buttons in Alpha plugin rootiest 2024-08-23 10:00:29 -04:00
  • c522fa6101 ♻️ refactor(types): allow plugins to reference file/buffer types and other options from a single file rootiest 2024-08-23 10:00:07 -04:00
  • 77534927af ♻️ refactor(keys): move plugin keys to a single file rootiest 2024-08-23 09:58:02 -04:00
  • 5f1a8d3b4d ♻️ refactor(func): move some plugin functions to a single file rootiest 2024-08-23 09:57:21 -04:00
  • 82ae6922e0 ♻️ refactor(cmd): move cmd options to a single file rootiest 2024-08-23 09:56:26 -04:00
  • 679b0feeb9 feat: update preview file width and height based on dynamic logo dimensions rootiest 2024-08-23 09:54:28 -04:00
  • 7f083f26d1 style: modify cursor blinking settings for better visibility rootiest 2024-08-23 09:53:54 -04:00
  • 4e653fa516 refactor: rename variable rootilities to utils rootiest 2024-08-23 09:53:26 -04:00
  • f173aa61cb feat: integrate LuaRocks package manager rootiest 2024-08-23 09:49:52 -04:00
  • 2ffc7c3dd1 feat: add new logos for Eiscue, Marshadow, Pikachu, Porygon-Z, Rootiest, Snorlax, and Xerneas rootiest 2024-08-23 09:48:34 -04:00
  • 03d6b5ba7f ️ perf(cmp): improve cmp loading performance rootiest 2024-08-17 01:18:24 -04:00
  • c1bc5457b4 feat(gcode): add support for gcode rootiest 2024-08-17 01:17:44 -04:00
  • 06daaf3c56 feat(dashboard): add preliminary support for png images in dashboard header rootiest 2024-08-17 01:16:58 -04:00
  • a84ecf1891 ️ perf(terminal): don't lazy-load smart-splits rootiest 2024-08-17 01:15:56 -04:00
  • 52948a9c74 🐛 fix(music-stats): add check for empty artist and title strings rootiest 2024-08-17 01:15:30 -04:00
  • 4c4fcb9f1a feat(sql): add support for sql development rootiest 2024-08-17 01:14:34 -04:00
  • e11c87b11b 🥚 egg(git-blame): remove easter egg rootiest 2024-08-17 01:13:53 -04:00
  • 28437b81d9 🧹 chore(comments): fix formatting rootiest 2024-08-17 00:44:51 -04:00
  • 349f80f7ea ♻️ refactor(rootilities): utils.rootilities -> utils.rootiest rootiest 2024-08-17 00:43:49 -04:00
  • 82cc6d8757 ♻️ refactor(git-plugins): create a git category and move relevant plugins there rootiest 2024-08-17 00:41:28 -04:00
  • 27e429df43 🧹 chore(lazy): fix formatting rootiest 2024-08-17 00:39:10 -04:00
  • 33f149c5d4 feat(keymaps): add some new keymaps rootiest 2024-08-17 00:37:06 -04:00
  • 12ac01775b 🧹 chore(highlights): remove old commented code rootiest 2024-08-17 00:35:35 -04:00
  • 1587ef5fed 🍻 beer(klipper-conf): attempted to define the klipper config format rootiest 2024-08-17 00:34:28 -04:00
  • f78f142ea6 feat(logo): add some alternative logo images rootiest 2024-08-17 00:33:09 -04:00
  • df40a4d505 🐛 fix(lualine): wrap in curlies rootiest 2024-08-10 07:35:16 -04:00
  • 163aa7d656 ️ perf(cache_stats): keep last known value rootiest 2024-08-09 05:37:09 -04:00
  • 6a17dac714 ️ perf(cache_stats): ensure only one instance rootiest 2024-08-09 05:36:04 -04:00
  • 41d18f5b9e feat(lualine): add rootilities windows_size function rootiest 2024-08-09 05:34:59 -04:00
  • 57c85a871f ♻️ refactor(rootilities): rooticolor -> rootilities rootiest 2024-08-09 05:32:08 -04:00
  • 0c50bcd14b ♻️ refactor(cache-stats)!: refactor the wakatime and music stats modules rootiest 2024-08-08 22:40:00 -04:00
  • e28783da1f feat(smart-splits)!: add resize-mode keymap rootiest 2024-08-08 22:37:26 -04:00
  • d640bb6816 🐛 fix(wakatime): address missing wakatime data rootiest 2024-08-08 04:16:27 -04:00
  • fc141873e9 📝 docs(readme): add brag about keymapping rootiest 2024-08-07 23:55:25 -04:00
  • 36f1071d27 ♻️ refactor(keymaps): refactor the keymaps definition rootiest 2024-08-07 19:59:03 -04:00
  • e321ac039b ♻️ refactor(terminal): remove redundant plugins rootiest 2024-08-07 19:58:18 -04:00
  • dd925faa82 🐛 fix(catppuccin): small tweaks to catpppuccin theme rootiest 2024-08-07 19:57:35 -04:00
  • 5414d062a7 💡 source-docs(source-docs): use comment labels rootiest 2024-08-07 19:56:52 -04:00
  • 6e47d1a8c5 feat(dashboard): allow for ansi in dashboard rootiest 2024-08-07 19:55:34 -04:00
  • 73bce16090 ♻️ refactor(neocodeium): refactor neocodeium keymaps rootiest 2024-08-07 19:54:41 -04:00
  • d08f7043a8 ♻️ refactor(rootiest): remove autospell rootiest 2024-08-07 19:53:51 -04:00
  • bd102d4daa ♻️ refactor(highlight): move highlight file rootiest 2024-08-07 19:53:05 -04:00
  • aeed123f0e ♻️ refactor(lazygit): lazygit tweaks rootiest 2024-08-07 19:52:17 -04:00
  • eaf6a26b40 💡 source-docs(source-docs): cleanup code comments rootiest 2024-08-07 08:34:25 -04:00
  • 17f28e16ac ️ perf(edgy)!: remove edgy plugin rootiest 2024-08-07 08:32:52 -04:00
  • ff00aba1fe ️ perf(lazy): use lazier defaults rootiest 2024-08-07 08:30:33 -04:00
  • d7f341a733 🐛 fix(keymaps)!: update keymaps for smart-splits compatibility rootiest 2024-08-07 08:27:44 -04:00
  • b2c77965a2 ♻️ refactor(kitty)!: replace kitty-navigator with smart-splits rootiest 2024-08-07 08:24:38 -04:00
  • a323b3b4d6 ♻️ refactor(themes)!: name and lazy-load all themes rootiest 2024-08-07 08:21:59 -04:00
  • 7cd893a4c1 📝 docs(readme): fix typo rootiest 2024-08-07 08:21:01 -04:00
  • e1e59bfea5 ♻️ refactor(utils): move stats modules to utils rootiest 2024-08-07 08:20:30 -04:00
  • 25352b81a0 ♻️ refactor(rooticolor): move color utilities to module rootiest 2024-08-07 08:19:21 -04:00
  • 4674922b23 feat(harpoon): add harpoon rootiest 2024-08-07 08:16:29 -04:00
  • e0d459de1c feat(dashboard): tacotime! rootiest 2024-08-07 08:15:32 -04:00
  • 582819f2a5 🎨 style(style): update header line style rootiest 2024-08-06 08:44:31 -04:00
  • d125eefdf4 🎨 style(style): improve heading style rootiest 2024-08-06 05:15:24 -04:00
  • 844b571bff ♻️ refactor(coding): switch to neocodeium, re-build cmp, move ai and cmp to their own lua files rootiest 2024-08-06 02:47:25 -04:00
  • a28685fc22 💄 ui(lazy.nvim): add some UI tweaks for lazy.nvim rootiest 2024-08-06 02:45:04 -04:00
  • a43e7f988a feat(lualine): implement recorder plugin in lualine rootiest 2024-08-06 02:44:08 -04:00
  • 1b2918bc1d feat(dashboard): re-implement remote-nvim on dashboard rootiest 2024-08-06 02:43:12 -04:00
  • 9572bdd0a8 ♻️ refactor(core): add scrolloff plugin, move some plugins to new core category rootiest 2024-08-06 02:42:45 -04:00
  • b7f5faf961 🐛 fix(astral): fix bug with astral in auto-darkmode rootiest 2024-08-06 02:40:53 -04:00
  • c2935cabff feat(util): re-source autosave, re-add remote-nvim, and remap icon-picker key rootiest 2024-08-06 02:40:00 -04:00
  • a850e33415 feat(music-stats): improve stats format and add additional metadata rootiest 2024-08-06 02:37:57 -04:00
  • 0745c33aec 📝 docs(readme): update options section rootiest 2024-08-04 18:01:21 -04:00
  • e83cca3265 🎨 style(options): add style to options file rootiest 2024-08-04 18:00:24 -04:00
  • 0792328281 ️ perf(nvim-cmp): toggle cmp sources based on ft rootiest 2024-08-04 17:59:32 -04:00
  • 55cb66892e feat(qalc): add qalc plugin for mathing rootiest 2024-08-04 17:58:20 -04:00
  • b622454835 ️ perf(lazy-load): delegate plugins to their cmd/keymaps rootiest 2024-08-04 06:57:07 -04:00
  • 335fe93d8a feat(fzf)!: switch to fzf-lua instead of telescope rootiest 2024-08-04 04:00:45 -04:00
  • 7f50e6b76e ️ perf(image): refactor image renderer lazy-loading rootiest 2024-08-04 03:59:04 -04:00
  • ebb26fe3ee ♻️ refactor(keymaps): refactor keymaps for performance rootiest 2024-08-04 03:55:33 -04:00
  • d161476fa8 🐛 fix(highlights): fix highlight autocommands rootiest 2024-08-04 03:54:26 -04:00
  • 1b04fccdcf 🐛 fix(auto-save): fix auto-save triggers rootiest 2024-08-04 03:30:26 -04:00
  • 07f7707e67 📝 docs(readme): add screenshots, update image links and features rootiest 2024-08-04 03:28:34 -04:00
  • 0b9d2ac853 📝 docs(screenshots): add screenshots rootiest 2024-08-04 03:26:28 -04:00
  • 1cb641b326 ️ perf(wakatime): use script to cache wakatime stats rootiest 2024-08-03 22:46:21 -04:00
  • f625c215a7 ️ perf(music-stats): use script to cache music stats rootiest 2024-08-03 22:45:30 -04:00
  • b36d8622f7 ♻️ refactor(lualine): refactor lualine configuration rootiest 2024-08-03 22:43:43 -04:00