Commit Graph
177 Commits
Author SHA1 Message Date
rootiest 1255161d4b make smart-splits mappings more dynamic
only use them when using smart-splits
2025-02-08 20:08:49 -05:00
rootiest 23959a9b77 add autocmd for non-ignored fts
used to lazy-load on actual normal buffer opening
2025-02-08 20:06:53 -05:00
rootiest 36febe9fe3 rework qalc mappings 2025-02-08 20:06:11 -05:00
rootiest 191f0cb798 remove lazygit utils
(using snacks.lazygit instead)
2025-02-08 20:05:35 -05:00
rootiest 4cd9063a82 add more options for toggling features 2025-01-13 21:10:38 -05:00
rootiest 7baf187b65 tweak neovide effects 2025-01-13 21:10:10 -05:00
rootiest 66cb9db1d8 use codeium and blink by default 2024-12-28 18:50:11 -05:00
rootiest d89d385a15 make keymap override more flexible 2024-12-28 18:45:41 -05:00
rootiest ba40d4ad11 execute early options before anything else 2024-12-28 18:45:16 -05:00
rootiest 1678c1a244 style: clean up whitespaces in options configuration 2024-12-18 14:26:57 -05:00
rootiest 76cb67e6e9 feat: implement keymap for swapping buffer positions 2024-12-18 14:26:25 -05:00
rootiest b75a6552ad feat: remap 'q' to '<nop>' to prevent accidental macro recordings 2024-12-18 14:26:08 -05:00
rootiest baaed9bd80 feat: add macro recording cursor color changes 2024-12-11 14:45:29 -05:00
rootiest f986297e51 feat: add user command to list active LSP clients 2024-12-11 14:45:20 -05:00
rootiest b8805d7507 feat: swap 'p' and 'P' key behaviors for improved usability 2024-12-11 14:44:58 -05:00
rootiest 1ff3ef3e1b feat: implement snippet closure on exit from insert mode 2024-12-11 14:44:33 -05:00
rootiest d958a521e4 feat: enable todo-comments feature 2024-12-11 14:43:56 -05:00
rootiest e446bb29ba fix: reduce cursor animation length for smoother transitions 2024-12-11 14:43:47 -05:00
rootiest 10989e6257 feat: add keymaps for macro recording and replaying 2024-12-11 14:43:36 -05:00
rootiest 3c6385fe02 feat: implement dynamic line numbering based on command mode 2024-12-11 14:43:18 -05:00
rootiest c237ab1dff feat: implement custom status column with gradient highlights 2024-12-11 14:43:06 -05:00
rootiest 89453dc581 🚑 Quickfix(offset_encodings): address nvim-nightly offset_encoding deprecations
This is a temporary hotfix to deal with offset_encoding/position_encoding requirements in the latest
nightly builds. Plugins should be updated to address this.

BREAKING CHANGE: blink.cmp is not working, fallback to nvim-cmp. noice.nvim using a fork. Likely
more to come. Watch for 'offset_encoding' scope tags in later commmits.
2024-11-25 19:12:25 -05:00
rootiest ff4e12676b feat: add new mini logo for dashboard 2024-11-25 19:05:53 -05:00
rootiest a9203b51a9 feat: implement snacks statuscolumn configuration 2024-11-24 20:19:32 -05:00
rootiest 4f62a6b91c refactor: encapsulate setup logic into a dedicated function 2024-11-24 03:19:35 -05:00
rootiest 70693e44d6 feat: enable clickable git components in statusline 2024-11-24 03:19:27 -05:00
rootiest c99db3c038 chore: clean up previous lazygit implementations from config 2024-11-24 03:17:10 -05:00
rootiest a7129d6cc1 feat: enable horizontal motion keys to wrap to next line 2024-11-23 14:26:01 -05:00
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