Commit Graph
149 Commits
Author SHA1 Message Date
rootiest b57784ac53 feat: add architecture detection to disable incompatible plugins 2024-11-23 14:19:12 -05:00
rootiest 7e7afb35a8 feat: allow line wrapping for directional motions in configurations 2024-11-23 14:18:53 -05:00
rootiest 8c79ec4149 style: refine cursor effect parameters to achieve smoother animation 2024-11-23 14:18:26 -05:00
rootiest 97c969d46c feat: implement command-line abbreviation for lazy commands 2024-11-23 14:18:13 -05:00
rootiest 54779cab5d fix: disable avante support for termux 2024-11-13 20:03:11 -05:00
rootiest 3f096313fc fix: ensure single quotes are used consistently across configuration files 2024-11-12 14:19:44 -05:00
rootiest 3b759c93b6 fix: conditionally disable feature based on installed modules 2024-11-10 16:29:03 -05:00
rootiest d92cff3c18 refactor: streamline NeoMiniMap disabling logic for terminal users 2024-11-10 16:27:44 -05:00
rootiest b09405588b refactor: consolidate keymap additions into overrides configuration 2024-11-10 16:26:29 -05:00
rootiest 88d31b6bce fix: prevent rock loading on Termux to avoid compatibility issues 2024-11-10 16:18:44 -05:00
rootiest 50cebdbddd feat: add support for termux environment detection 2024-11-10 16:15:04 -05:00
rootiest e2e9b62d18 fix: disable todo-comments feature 2024-11-10 14:46:05 -05:00
rootiest b7b8711c44 perf: improve performance by enabling caching 2024-11-08 20:08:06 -05:00
rootiest 7ed8312745 feat: add rock configuration option to enhance plugin management 2024-11-08 16:24:14 -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 de138a0bd4 feat: implement modern cipher for improved security 2024-11-05 06:03:40 -05:00
rootiest 709b8593c4 feat: integrate additional VSCode functionality 2024-11-05 06:03:28 -05:00
rootiest 94251b8743 feat: add support for todo-comments configuration 2024-11-05 06:03:07 -05:00
rootiest 1ffdf9e63d refactor: replace direct API calls with helper functions for autocommands 2024-11-05 05:52:09 -05:00
rootiest 1126034bd1 feat: enable optional use of Astral colorscheme management via global variable 2024-11-03 01:49:48 -04:00
rootiest 784083910d refactor: consolidate clipboard mappings into loop for cleaner code structure 2024-11-03 01:46:23 -04:00
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