Commit Graph
306 Commits
Author SHA1 Message Date
rootiest 9e9de6fad4 lazy-load smart-splits 2025-02-08 21:28:58 -05:00
rootiest 1aa52c44a5 move opts/init to types.lua 2025-02-08 21:28:38 -05:00
rootiest d0abaf2c31 disable cursor animation in mini.animate
using smearcursor instead
2025-02-08 21:28:18 -05:00
rootiest aa0d53183f fix for markview updates 2025-02-08 21:27:43 -05:00
rootiest bbc9f24eac remove redundant/unused plugins 2025-02-08 21:27:29 -05:00
rootiest 62d405a8bf move opts and keys to their respective files 2025-02-08 21:23:57 -05:00
rootiest f5293ebf19 add tiny-inline-diagnostic plugin 2025-02-08 21:18:28 -05:00
rootiest b5cc85f263 disable excess/redundant plugins 2025-02-08 21:15:58 -05:00
rootiest af57904c6b move lazydev opts to types.lua 2025-02-08 21:15:02 -05:00
rootiest 55ac36077c remove redundant lspconfig plugin 2025-02-08 21:12:56 -05:00
rootiest 1c75328bbe move treesitter conditional to cond.lua 2025-02-08 21:11:33 -05:00
rootiest 69761e3809 use Pick global in lualine config 2025-02-08 21:08:59 -05:00
rootiest 03d67d05db clean up cmp config
improve efficiency and remove extra slop
2025-02-08 20:34:54 -05:00
rootiest 0b2ead50b4 add keymaps for autosave 2025-02-08 20:34:04 -05:00
rootiest 81105aabc6 add codeium official completion plugin 2025-02-08 20:33:52 -05:00
rootiest 25b1132bb7 add code-companion for ai chat 2025-02-08 20:33:36 -05:00
rootiest 816eca31b7 fix!: move all lazyvim extras into a single file
This is a necessary change to ensure they are loaded before any other
plugins.
Prevents a warning message at startup.
2025-02-08 20:28:57 -05:00
rootiest 474b358456 clean unused components for lualine 2025-01-13 21:17:27 -05:00
rootiest 783bb72a6c further refine cmp plugin config (still WIP) 2025-01-13 21:17:10 -05:00
rootiest 0d43b79a41 configure snacks indent/scope/chunk 2025-01-13 21:16:22 -05:00
rootiest 0492b72a27 improve telescope lazy-loading and remove unused plugins 2025-01-13 21:15:55 -05:00
rootiest 1c6b5714bc improve lazy-loading significantly and remove unused plugins 2025-01-13 21:13:17 -05:00
rootiest 66cb9db1d8 use codeium and blink by default 2024-12-28 18:50:11 -05:00
rootiest 2eb67cf340 remove unused plugins 2024-12-28 18:49:11 -05:00
rootiest 4f1bcddcd9 fzf-lua winopts tweaks 2024-12-28 18:48:37 -05:00
rootiest d669855aa7 comment titles for plugin specs 2024-12-28 18:48:14 -05:00
rootiest f1a73e1fcd add additional spelling language features 2024-12-28 18:47:58 -05:00
rootiest 091b460aa2 remove unused editor plugins 2024-12-28 18:47:43 -05:00
rootiest 9639ed8d02 ecolog keymapping 2024-12-28 18:47:16 -05:00
rootiest ed91356e05 fix blink mini.files incompatibility 2024-12-28 18:46:58 -05:00
rootiest dfddc7c0e7 update codeium plugin reference 2024-12-28 18:46:20 -05:00
rootiest 3975402192 add initial support for codeium status in lualine 2024-12-28 18:46:01 -05:00
rootiest 36ef1f55af feat: enhance fzf-lua options for improved usability 2024-12-18 22:16:02 -05:00
rootiest 1678c1a244 style: clean up whitespaces in options configuration 2024-12-18 14:26:57 -05:00
rootiest 18cc33490c refactor: utilize utility function for color fetching 2024-12-18 14:25:20 -05:00
rootiest 3e9fe8b39e fix: ensure nvim-cmp is recognized for plugin operation 2024-12-18 14:24:57 -05:00
rootiest be6645bdd5 feat: enable main entry point for indent-blankline plugin 2024-12-18 14:24:43 -05:00
rootiest 00a78e028b fix: correct mapping for snippet insertion in completion 2024-12-18 14:24:34 -05:00
rootiest 7dc7ec32b9 feat: introduce Snacks profiler key mappings 2024-12-11 14:59:24 -05:00
rootiest a139e28b8e feat: support new command for seasonal animation 2024-12-11 14:59:15 -05:00
rootiest 65402baa23 feat: integrate yazi plugin for enhanced text manipulation 2024-12-11 14:58:45 -05:00
rootiest aa6a54f5ab feat: enhance previewers configuration for image formats 2024-12-11 14:58:17 -05:00
rootiest 32f381f221 cleanup: eliminate unused plugin configurations 2024-12-11 14:58:07 -05:00
rootiest b7acc379bf feat: enhance cursor functionality with smear cursor integration 2024-12-11 14:57:39 -05:00
rootiest b346b142eb refactor: remove unused Noice plugin configuration 2024-12-11 14:57:08 -05:00
rootiest ed84e91a3c feat: add environment variable management support 2024-12-11 14:56:29 -05:00
rootiest 3adac71606 feat: add Treesitter end-wise support for better coding experience 2024-12-11 14:56:22 -05:00
rootiest 2196b41b5c feat: add 'ecolog' source to completion options 2024-12-11 14:54:51 -05:00
rootiest f73d39a89f enhance: add dynamic handling for dashboard section based on conditions 2024-12-11 14:54:41 -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