Commit Graph
57 Commits
Author SHA1 Message Date
rootiest 61928834a3 🐛 Which-key update
- Remove 'modes' option (deprecated)
- Add slight transparancy to window
2024-07-18 11:48:41 -04:00
rootiest adc3950b54 Git Conflict Markers
- Adds autocmd to work with git conflicts
2024-07-18 11:47:29 -04:00
rootiest fa4ed71101 🗑️ Remove redundant lines
- Plugins no longer re-using defaults
2024-07-17 14:57:21 -04:00
rootiest 4d9175837d 🔎 Add Lazy Profiling
- Adds additional debugging flags to better track plugin loading times
2024-07-17 14:56:39 -04:00
rootiest e70547407b ⏱️ Add WakaTime
- Allows monitoring your coding on a dashboard
- Can be disabled by setting the value in .wakafile to 'false'
2024-07-17 10:46:23 -04:00
rootiest c5610a92fe 🐇 Lazy Efficiency 💤
- Made tweaks to plugin loading triggers that decreased loading time by
nearly half!
- On my system:
  - Previously: ~89ms
  - Now:        ~52ms
2024-07-17 06:34:33 -04:00
rootiest dac0a8b790 Add Gitmoji Completion
- Adds gitmoji to completion sources
2024-07-17 06:26:38 -04:00
rootiest ee720bad12 🖋️ Prettier Formatting
- Just some small formatting tweaks to non-code
2024-07-17 05:53:57 -04:00
rootiest 37167e63d0 🧙 Zen Mode
- Add Zen Mode feature
2024-07-17 05:53:21 -04:00
rootiest 8f3df3e569 🧙 Completion
- Add additional completion sources:
  - yanky
  - env
  - calc
  - conventionalcommits
- Add more friendly completion mappings
2024-07-17 05:52:58 -04:00
rootiest 302817f9dd 📦 Better Lazy Config
- Use proper directory structure
- Loading order improved
2024-07-16 17:35:52 -04:00
rootiest d05d335464 🐸 Add substitute plugin
- Paste alternative
2024-07-16 16:18:54 -04:00
rootiest b19c10c746 🧠 User-selectable AI completion!
- Allows choosing the ai-completion tool you prefer
- Options are:
  - codeium (default)
  - copilot
  - tabnine
  - none
2024-07-16 15:58:09 -04:00
rootiest f4b43cdba3 Tweak leader config
- Set the default before even performing check
- Overset it if there's one to load
2024-07-16 14:44:17 -04:00
rootiest fcfb8e6e00 🧠 Reorganize packaging
- Better organized and more efficient
2024-07-16 14:37:11 -04:00
rootiest 0648c5d38b 🎹 Explicitly define the leader key
- Define the leader key as ' '
2024-07-16 11:06:16 -04:00
rootiest 65b4ed135c 🎨 Add themes
- Add Eldritch theme
- Add monochrome theme
2024-07-16 11:05:39 -04:00
rootiest 11b4110201 Theme hlchunk
- Implement various themes for hkchunk
2024-07-16 11:04:44 -04:00
rootiest 0c310abc09 Add Keymap for Transparency
- Adds '<leader>wt' to toggle Transparancy
2024-07-16 11:04:03 -04:00
rootiest 965bf540d6 🧠 Coding Features
- Remove Comment (use native feature)
- Make hlchunk colors dynamic
- Add Alternate to quickly switch between c and headers
2024-07-15 18:45:26 -04:00
rootiest fde4226473 🧠 Implement Precognition
- (disabled by default) press 'zk' to toggle on/off
- Shows available vim motions in gutter
2024-07-15 06:51:23 -04:00
rootiest 60b35456f7 💤 Better Lazy Management
- Allow more plugins to lazy-load
2024-07-14 11:10:24 -04:00
rootiest bf1be126fa 🎨 Automatic Colorscheme
- Store/restore the colorscheme when changed
- Falls back on $KITTY_THEME and then the default catppuccin-frappe
2024-07-14 00:38:52 -04:00
rootiest 803b2712bf 🗒️ Add paper colorscheme
- A nice light theme
2024-07-14 00:37:15 -04:00
rootiest 820f313567 🖋️ Formatting
- Add headers to category files
2024-07-14 00:36:04 -04:00
rootiest 196d3ee59e 📦 Projects and plugins
- Adds Projects option
- Reorganize plugins
2024-07-13 11:52:54 -04:00
rootiest 25e4ffc62d 🎹 Keybinds Update
- Finally move all keymappings into which-key
- Change to MunsMan/kitty-navigator.nvim
- Change mapping for switching window/split to Ctrl+Shift+<vim-motion>
- Add some new mappings like 'gt' for LazyGit Terminal split
2024-07-13 06:17:29 -04:00
rootiest 2807567e34 🖍️ Plugin and Theme Formatting
- Formatting cleanup
2024-07-12 21:39:48 -04:00
rootiest 274617da24 🌛 Auto-Dark
- Move auto-dark-mode to themes
2024-07-12 21:39:01 -04:00
rootiest 350db0c342 🖥️ Add WezTerm Support
- Only loaded when WezTerm is used
2024-07-12 21:38:04 -04:00
rootiest 238882ae45 🎨 Theme != Lazy
- Don't lazy-load themes
- No speed benefit
- Allows proper autocomplete of colorscheme names
2024-07-12 20:04:03 -04:00
rootiest 549d9a1ce1 🎨 More Themes
- Add a number of new themes
- Organize themes into separate subdirectory
- All themes are unloaded until selected
- Catppuccin and TokyoNight are loaded by default
2024-07-12 20:00:26 -04:00
rootiest 83b3ce29f5 👁️🗨️ Which-key Update
- Implement the new which-key spec
- Particularly: ICONS!
2024-07-12 18:55:02 -04:00
rootiest 3528cfa1cb 💬 Spell Correction
- Move spell correction mappings to separate file
2024-07-12 18:54:25 -04:00
rootiest ff02af26e2 🎹 Which-key Spec Update
- Update mappings to the new which-key spec
2024-07-12 17:36:16 -04:00
rootiest 011db19c81 🎨 Add optional theme
- Adds rose-pine theme
- Only loaded if specifically requested, no additional resources
2024-07-12 05:00:35 -04:00
rootiest 043f5c274a 🔎 Switch to fzf-lua
- Remove telescole-fzf-native
- Add fzf-lua via lazyvim
2024-07-12 04:40:08 -04:00
rootiest 71bae98b9a 🗑️ Remove SuEdit
- Remove SuEdit plugin
- Easier/more reliable to just use suedit
2024-07-11 04:31:41 -04:00
rootiest a504191ee4 🗝️ Add SuEdit
- Allows detecting and prompting for sudo
- When the user doesn't have permission to edit the file in buffer
2024-07-11 03:40:16 -04:00
rootiest a9a4ac3704 🌳 Explorer Quick Access
- Add 'E' keybind in Normal for opening file explorer
2024-07-11 03:39:00 -04:00
rootiest 23c82c4797 🪄 Abbreviations
- Added a decent set of abbreviations for auto-correcting commonly
mispelled words
2024-07-11 01:40:32 -04:00
rootiest 61ab7ad0d1 🌐 Add gx plugin
- Allows a more polished link-opener that supports more features
2024-07-11 01:38:47 -04:00
rootiest 4990475a9a 🎨 Aesthetics
- Consistent look across plugin files
2024-07-11 01:37:48 -04:00
rootiest 7541561384 🎨 Colorizer Plugin
- Colors text that represents color values
2024-07-10 15:26:48 -04:00
rootiest 719660dc41 😴 User-is-bored Plugin
- Implements an unimplemented "feature" from the help docs
- Press the same key a LOT of times to see
2024-07-10 15:26:00 -04:00
rootiest 5ac6378b5f 📱 Remote Session
- Changed keymap for Remote Session quicklaunch on dashboard
2024-07-10 13:28:29 -04:00
rootiest 95524e7f4e 🎨 Style Update
- Change gui font to Iosevka
- Fix Kitty-theme function
2024-07-10 13:20:04 -04:00
rootiest b50e321bab 👾 Logo Updates
- Update Config Logo
- Update dashboard to use logo art files
2024-07-10 12:38:56 -04:00
rootiest b9aea22ad7 🎨 Ansi-Escape Script
- Allows interpreting of ANSI-escaped text
2024-07-10 12:36:07 -04:00
rootiest a7d3c2773b 🪄 Add Icon Picker
- Add icon-picker plugin for easy icon/glyph selection
2024-07-10 09:41:59 -04:00