Commit Graph
128 Commits
Author SHA1 Message Date
rootiest a211c67e03 feat: add post-configuration functions for enhanced functionality 2024-11-03 00:59:50 -04:00
rootiest f242b24d87 fix: disable auto cursorline option for improved visibility 2024-10-12 05:51:46 -04:00
rootiest 2648b5152e 🐛 Bug(keymap): search selected text exit visual 2024-10-12 05:50:30 -04:00
rootiest 77f00762a2 feat: implement toggle option for discord presence 2024-10-11 13:02:29 -04:00
rootiest 7f11d574fe 🚑 Quickfix(dev): revert dev mode enabling
Keep dev mode disabled
2024-10-11 12:59:10 -04:00
rootiest e912800a52 refactor: replace hardcoded disabled_plugins with external configuration 2024-10-11 12:48:28 -04:00
rootiest 7ef39df68f refactor: remove redundant Git conflict handling logic 2024-10-11 12:48:14 -04:00
rootiest 8a36aa3602 feat: add .styluaignore to exclude options.lua from formatting 2024-10-11 12:48:04 -04:00
rootiest dd372e08dd feat: add autoformat option in configuration 2024-10-08 04:29:56 -04:00
rootiest b443e6ff91 feat: add ellipsis replacement functionality on InsertLeave 2024-10-08 04:25:31 -04:00
rootiest a3f83ecb1f refactor: remove unnecessary autocmd for text yank processing 2024-10-08 04:22:48 -04:00
rootiest d38f3938ad feat: add autoformat to options
-- Makes it clear how to disable autoformatting
2024-10-04 16:56:08 -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 1bdab9638f perf: improve cmp performance 2024-10-04 14:00:07 -04:00
rootiest 4655eb4ee5 perf: update neovide features 2024-10-04 13:59:33 -04:00
rootiest 7b76fb6f95 feat: improve cmp source and provider 2024-10-04 13:58:17 -04:00
rootiest 6534bd49d1 fix: disable experimental cmp performance fork 2024-09-24 15:06:35 -04:00
rootiest aa5351d41f feat: add multicursor support with new keybindings 2024-09-24 14:50:14 -04:00
rootiest 1d5e9aeea2 feat: add Avante plugin support with configuration options 2024-09-24 14:49:22 -04:00
rootiest 396d43efde feat: add detailed comments for tab and indent character configurations 2024-09-21 06:53:39 -04:00
rootiest c9ce5a06c6 feat(qalc): add special keymappings for qalc windows 2024-09-21 06:53:03 -04:00
rootiest aa33c6e538 feat(ai): conditionally enable ChatGPT plugin 2024-09-16 14:05:18 -04:00
rootiest 16d98a918c feat: add customizable tab, indent, and scope characters 2024-09-16 13:48:59 -04:00
rootiest f1edd2aba0 feat: add LazyGit root detection on buffer enter 2024-09-16 09:46:38 -04:00
rootiest f9b9d23f9a feat: add nvim-remote support to streamline git operations 2024-09-16 09:46:29 -04:00
rootiest a73a24489a fix: ensure correct logo path assignment in dashboard configuration 2024-09-16 09:46:14 -04:00
rootiest 04b057a757 feat: add additional configuration options to dashboard settings 2024-09-15 07:33:17 -04:00
rootiest da34d98a1c refactor: reorganize post-configuration functions into utils module 2024-09-15 06:14:16 -04:00
rootiest d140f928ca feat: add new Telescope extensions including frecency, undo tree, and recent files 2024-09-15 01:07:03 -04:00
rootiest 0affef0abc feat: add custom key mappings for visual mode text block movements 2024-09-14 17:04:57 -04:00
rootiest 5615d74659 feat: integrate Git status signs with MiniFiles 2024-09-14 15:22:01 -04:00
rootiest 7cda320f8c feat: add key mapping for paste overwrite 2024-09-14 15:21:49 -04:00
rootiest 2e75d39c2d feat: add rootiest_dev option to enable/disable development mode for plugins 2024-09-13 09:26:32 -04:00
rootiest 38e15a6336 chore: switch python LSP to pyright 2024-09-13 09:20:29 -04:00
rootiest ac60ae333b chore: update lazy loader configuration settings 2024-09-13 09:17:40 -04:00
rootiest 10802e429e feat: add keymaps for visual mode text block movement 2024-09-13 09:17:27 -04:00
rootiest 03ddd8b2c1 🐛 fix(multiplatform): adjustments to support multiple platforms 2024-09-06 10:48:58 -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
rootiest 7ca3fae110 feat: enhance cache system for music and Wakatime integration with new options 2024-08-31 16:42:02 -04:00
rootiest 1fe3931dea docs: improve lazy.nvim documentation comments 2024-08-31 03:03:46 -04:00
rootiest cb63aa7a89 feat: enable round borders for completion window 2024-08-31 03:03:36 -04:00
rootiest bb22965c0f feat: add macOS and Windows shared object support in rocks configuration 2024-08-31 03:03:24 -04:00
rootiest b79f65f3a8 refactor: modularize error triggering and notifications 2024-08-31 03:03:05 -04:00
rootiest 95aa3ba040 docs: improve readability of options.lua with enhanced headers 2024-08-29 14:25:48 -04:00
rootiest 8f65f878a7 refactor: centralize all keybind definitions into data module 2024-08-29 14:25:29 -04:00
rootiest 96a309216d feat: add profiling support with environment variable configuration 2024-08-28 06:35:28 -04:00
rootiest 40ad835130 feat: add blinky cursor utility module 2024-08-28 06:35:04 -04:00
rootiest 6b43b810c3 feat: introduce floating command window with history navigation 2024-08-28 06:34:45 -04:00
rootiest ab91798473 refactor: standardize keymap addition with add_keymap helper 2024-08-24 16:31:05 -04:00
rootiest 40fa00f90f refactor: extract common keymap properties to use data module functions 2024-08-24 16:24:09 -04:00