Commit Graph
271 Commits
Author SHA1 Message Date
rootiest bb4e5bdc98 feat: integrate nvim-lspconfig with clangd offset encoding 2024-08-29 15:04:30 -04:00
rootiest d143f03026 feat: add keymap for inserting previous line indentation 2024-08-29 15:04:15 -04:00
rootiest ef011f2263 feat: add mini-move plugin to enhance text movement 2024-08-29 14:48:34 -04:00
rootiest 93e7a1afc4 feat: add on-click functionality to open LazyGit 2024-08-29 14:48:11 -04:00
rootiest 8ae7e9edb4 feat(lualine): add apply_todo_highlights function for enhanced icon highlighting 2024-08-29 14:47:57 -04:00
rootiest c9ff704dee feat: configure suda command to load vim-suda plugin 2024-08-29 14:47:32 -04:00
rootiest 25307d8d20 feat: enhance theme customization with additional plugin support 2024-08-29 14:47:12 -04:00
rootiest b32cfaa517 refactor: optimize transparency commands and mappings structure 2024-08-29 14:46:57 -04:00
rootiest 3a09669908 feat: add logo configuration with icon and color 2024-08-29 14:26:27 -04:00
rootiest a66e5b5dd4 feat: add Suda mode commands to cmd list 2024-08-29 14:26:07 -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 ac435892e9 feat: add experimental performance fork for nvim-cmp 2024-08-28 06:38:56 -04:00
rootiest 6405b16ef0 feat: add todos component to lualine sections and apply conditional rendering 2024-08-28 06:38:49 -04:00
rootiest 55b3e8125e feat: introduce customizable scope characters 2024-08-28 06:38:38 -04:00
rootiest f5b50cf8ff feat: add setup for transparency based on conditions 2024-08-28 06:38:23 -04:00
rootiest d6f7d68af1 fix: correct fallback themes order 2024-08-28 06:38:06 -04:00
rootiest b6445deed3 feat(dap): add integration with Neotest for various languages 2024-08-28 06:37:44 -04:00
rootiest 15c5832d79 refactor: update width limit for git blame display 2024-08-28 06:37:29 -04:00
rootiest a62b264d03 feat: add Rainbow Delimiters for colorful delimiter highlighting 2024-08-28 06:37:14 -04:00
rootiest 4cfa3e0fcf feat: integrate dockercomposelogs.nvim with telescope 2024-08-28 06:36:52 -04:00
rootiest 1653a9f1e5 refactor: improve readability of ignored_sources array in update_cache.sh 2024-08-28 06:36:33 -04:00
rootiest a7949a96fe feat: add automatic indentation insertion based on previous line 2024-08-28 06:36:13 -04:00
rootiest 04c5dbf2fe feat: add blinky utility function 2024-08-28 06:35:38 -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 766bee3671 refactor: restructured utils module for better code organization 2024-08-24 16:32:42 -04:00
rootiest c02ba52ff1 refactor: simplify data variable usage across multiple modules 2024-08-24 16:32:29 -04:00
rootiest ac9397a703 refactor: streamline build return logic for smart_splits 2024-08-24 16:31:49 -04:00
rootiest ef0dbf8962 refactor: consolidate data module imports into init.lua 2024-08-24 16:31:22 -04:00
rootiest ab91798473 refactor: standardize keymap addition with add_keymap helper 2024-08-24 16:31:05 -04:00
rootiest 85a47efa31 fix: ensure workspace dimensions return default in case of nil format 2024-08-24 16:30:48 -04:00
rootiest f438483ccf feat: add function to exit and save all buffers in Neovim 2024-08-24 16:28:25 -04:00
rootiest 1532836f1b feat(funcs): add alacritty terminal and kitty-scrollback checks
Add additional terminal detection functions.
2024-08-24 16:27:23 -04:00
rootiest 40fa00f90f refactor: extract common keymap properties to use data module functions 2024-08-24 16:24:09 -04:00
rootiest f74a0c9233 feat: add helper functions for key mappings and marks in Neovim 2024-08-24 16:23:33 -04:00
rootiest 41c1fe37d9 fix: ensure accurate detection of plugin installation across lazy, packer, and vim-plug 2024-08-24 16:22:32 -04:00
rootiest 4f827f7b08 style: configure lualine_a to show mode 2024-08-23 10:33:58 -04:00
rootiest 6d9f066bae refactor: rename rootilities to utils for consistency
Adds support for Arrow.nvim
Adds several other tweaks/modules
2024-08-23 10:10:36 -04:00
rootiest 3475deefcd feat: enable support for none-ls language server integration 2024-08-23 10:09:30 -04:00
rootiest 19002d1ebc feat: integrate arrow.nvim with custom options 2024-08-23 10:09:19 -04:00
rootiest e55a5d03d8 feat: introduce Ollama Copilot with dependencies to coding configuration 2024-08-23 10:08:36 -04:00
rootiest 9a6d4e4158 refactor: centralize configuration data to require data module 2024-08-23 10:04:54 -04:00
rootiest a6e251fe2a refactor: extract ignored player sources to array 2024-08-23 10:03:22 -04:00
rootiest 25143ee857 refactor: standardize naming for utility module 2024-08-23 10:02:23 -04:00
rootiest ccba071dce refactor: simplify hooks setup in highlight.lua 2024-08-23 10:01:35 -04:00
rootiest 0650f4c430 refactor(cache): use vim.fs.joinpath for constructing cache script path 2024-08-23 10:01:01 -04:00
rootiest f68c101f97 feat: add custom dashboard logo and update buttons in Alpha plugin 2024-08-23 10:00:29 -04:00
rootiest c522fa6101 ♻️ refactor(types): allow plugins to reference file/buffer types and other options from a single file
Allow plugins to use data.types for various tables/functions
2024-08-23 10:00:07 -04:00