Commit Graph
119 Commits
Author SHA1 Message Date
rootiest 6ab41033bf feat: add autocommands to enter insert mode in terminal buffers 2024-12-18 14:25:57 -05:00
rootiest 3322cd58b1 feat: add function to retrieve system architecture 2024-12-18 14:25:48 -05:00
rootiest a78d4f1c43 fix: update color fetching method for Git signs in statusline 2024-12-18 14:25:31 -05:00
rootiest d2bda27817 feat: enhance Noice configuration with progress and route options 2024-12-11 15:03:11 -05:00
rootiest c7c8ccb503 chore: incorporate transparent background feature into theme config 2024-12-11 15:02:53 -05:00
rootiest 4d7f36807b fix: ensure background color fallback is applied in smear cursor settings 2024-12-11 15:01:49 -05:00
rootiest 4b01fd9abd feat: add custom key mappings for Yanky commands 2024-12-11 14:46:36 -05:00
rootiest 6ba4d3fcf4 fix: update key bindings for mini.files and Neotree 2024-12-11 14:46:22 -05:00
rootiest 87dc747073 feature: implement custom search path for Telescope file finding 2024-12-11 14:45:55 -05:00
rootiest 03751a3a71 feat: add customizable parameters for smear cursor animation 2024-11-25 19:07:10 -05:00
rootiest d850e29bbc style: update status column symbols for better clarity 2024-11-24 20:20:26 -05:00
rootiest 2b0b71d141 feat: implement smear cursor functionality with customizable options 2024-11-24 20:20:13 -05:00
rootiest 55931aa562 feat: add new module for VimScript configuration 2024-11-24 03:20:18 -05:00
rootiest 6a02889aaa enhancement: integrate snacks in catppuccin for better user experience 2024-11-24 03:18:51 -05:00
rootiest f1cc653431 chore: update lazygit invocation for improved functionality 2024-11-24 03:18:05 -05:00
rootiest 4ae59dee6c feat: support latex in treesitter configurations 2024-11-23 14:25:49 -05:00
rootiest a3ac43c2cf feat: implement snacks dashboard functionality 2024-11-23 14:23:21 -05:00
rootiest f55f8976ce refactor: change live_grep to grep for consistency 2024-11-23 14:23:01 -05:00
rootiest 1fc5368cb7 feat: add function to retrieve system architecture 2024-11-23 14:22:35 -05:00
rootiest 6cf46f13eb fix: improve grep command handling with egrepify support 2024-11-23 14:22:28 -05:00
rootiest 3f096313fc fix: ensure single quotes are used consistently across configuration files 2024-11-12 14:19:44 -05:00
rootiest a677f946ed feat: implement remapping for command mode using <Leader>q: 2024-11-08 12:34:48 -05:00
rootiest 15a0028656 refactor: improve plugin check logic for better clarity and maintainability 2024-11-08 12:34:29 -05:00
rootiest 362b412d55 Feat(snacks): use folke's snacks
Use folke's snacks.nvim convenience plugin
2024-11-08 12:33:11 -05:00
rootiest 0a8af845fe feat: add base64, hex, and ROT47 encoding/decoding functions to key mappings 2024-11-05 06:02:56 -05:00
rootiest 903838aeba feat: add several cipher functions for text transformation 2024-11-05 06:02:46 -05:00
rootiest 74df06483f feat: add support for searching cpp, python, nvim, vim, java, js, rust, and html files 2024-11-05 06:01:34 -05:00
rootiest 54d0ebefbd feat: add custom line numbering functionality to enhance visibility 2024-11-05 06:01:08 -05:00
rootiest 987e926795 feat: add functions to retrieve character on position and byte count 2024-11-05 05:57:21 -05:00
rootiest 3cb906c14b feat: add function to convert Windows paths to Unix format 2024-11-05 05:56:49 -05:00
rootiest bcccd5be1c feat: add handling for file_browser commands across multiple providers 2024-11-05 05:56:11 -05:00
rootiest 0f95168172 feat: add function to check if the current directory is a git repository 2024-11-05 05:55:25 -05:00
rootiest 1e676b9bed feat: introduce picker sets for various file types 2024-11-05 05:54:43 -05:00
rootiest bebd896c09 feat: implement conditional todo return based on global variable and git repo 2024-11-05 05:53:34 -05:00
rootiest 2fc5ed51ff feat: add C++ file type picker functionality 2024-11-05 05:53:18 -05:00
rootiest 0c2b5abc97 refactor: consolidate all data module references into a single data object 2024-11-03 01:52:42 -04:00
rootiest 0261c76cec feat: add key mapping for 'jk' to escape in insert and visual modes 2024-11-03 01:51:13 -04:00
rootiest cf560790cf feat: add EasyAlign key mapping for enhanced text alignment 2024-11-03 01:51:01 -04:00
rootiest 9586f22709 feat: rename 'Find Text' to 'Grep Text' for better clarity 2024-11-03 01:00:35 -04:00
rootiest 6bf5f8de94 feat: add auto-dark-mode conditional support 2024-11-03 01:00:26 -04:00
rootiest e3b92f4714 Feat(picker): improve picker usability
Allows pickers to be more intelligently selected , if the cmd is unavailable on the preferred
picker, others are tried automatically
2024-10-16 14:05:05 -04:00
rootiest 38ebed3b0a Feat(picker): implement custom picker function
Allows for automated picker selection and some special features to make using pickers easier
2024-10-15 18:00:11 -04:00
rootiest c0e512ec4f perf: remove cmp sources for emoji/math/nerdfonts
NOTE: Use telescope symbols picker instead
2024-10-14 19:14:16 -04:00
rootiest 3efddc37a0 feat: add clear search highlight mapping 2024-10-12 05:52:11 -04:00
rootiest 048066d6a4 feat: add function to append modeline after the last line 2024-10-12 05:52:01 -04:00
rootiest a09d836f0d feat: enhance statusline with icon and text concatenation 2024-10-11 12:49:00 -04:00
rootiest 77b20b2831 feat: consolidate dashboard button definitions into a single table 2024-10-11 12:48:39 -04:00
rootiest e912800a52 refactor: replace hardcoded disabled_plugins with external configuration 2024-10-11 12:48:28 -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