Commit Graph
21 Commits
Author SHA1 Message Date
rootiest 07f7707e67 📝 docs(readme): add screenshots, update image links and features
Add a Screenshots section. Update image links to use proper syntax and relative paths where possible. Update some features and add lualine features to docs.
2024-08-04 03:28:34 -04:00
rootiest 05670570f1 🧙 Implement Rootiest Module
- Major Update!!!
- Implements a rootiest module
  - Consolidates much of the settings
  - Improves usability and efficiency
- Faster Loading
- Cleaner Structure
- More keymaps and plugins now have conditional loading
2024-07-24 13:45:52 -04:00
rootiest bb685342d6 📦 Add install script option
- Include an alternative install method
  - Uses a shell script to install the config
  - If NeoVim is not installed, will download the AppImage
  - Designed to be more user-friendly than running commands manually
2024-07-22 08:34:19 -04:00
rootiest 2a510fd163 👾 Add support for hardtime
- Helps improve vim motion use and best practices
- Disabled by default
- Enable by changing the value of .hardtime to 'true'
2024-07-21 11:56:49 -04:00
rootiest 94c34b9963 🧠 Add support for minuet-ai
- Adds an additional ai-completion provider: minuet-ai
2024-07-21 08:12:15 -04:00
rootiest 6f291c16e6 Add Image support
- Optional, only in compatible terminals
- change the value in .useimage to 'false' to disable
2024-07-18 11:51:22 -04:00
rootiest fa863bc6a1 📝 Update README
- Update with latest features
- Add WakaTime feature to Options
2024-07-17 10:47:17 -04:00
rootiest f1848a334e 🧠 Update Readme Features/Options
- Update features list
- Add options section
- Fix some typos
2024-07-16 15:58:56 -04:00
rootiest e497dd3726 🖼️ Tweak to ASCII art
- small adjustment to spacing
2024-07-14 13:24:53 -04:00
rootiest a2492d0eed ✏️ Formatting
- Fix documentation formatting
2024-07-12 20:36:12 -04:00
rootiest 7a297751eb 👾 Update Documentation Logo Art
- Tweaks to the logo ascii art
2024-07-12 20:22:54 -04:00
rootiest d8f65bf749 📝 Update Readme
- Use new improved ascii art
2024-07-12 20:08:41 -04:00
rootiest 84f12e6524 🖼️ NeoVIM Logo
- Add a logo to
  - README
  - init.lua
2024-07-08 16:14:40 -04:00
rootiest 8c73137d9b docs: 📝 Improve lazy loading explanation
Mention in documentation how excessive use of lazy loading may sometimes result in plugins appearing to be missing
2024-07-06 21:24:09 -04:00
rootiest a28251287b feat: Add Ayu theme
Include (lazy) Ayu theme with kitty theme integration
2024-07-06 13:24:42 -04:00
rootiest 971ec9fb7e Update documentation 2024-07-06 10:56:07 -04:00
rootiest f7204c015e feat: AI Code-completion
Implements AI code completion powered by Codeium
2024-07-06 07:57:52 -04:00
rootiest bdc40625de feat: Introduce additional UI and integration features
Added more kitty-specific functionality and some additional UI improvements and further refined plugin loading
2024-07-06 07:27:44 -04:00
rootiest e93a334c70 refactor: 🚚 Prefer Lazy Configs
Make better use of Lazy and define configs inside the plugin def
2024-07-06 06:23:28 -04:00
rootiest ba36300a61 style(nvim): 🎨 Housekeeping
Formatting and linting housekeeping
2024-07-06 04:50:54 -04:00
rootiest 6cc857d8f7 first commit 2024-07-06 04:29:41 -04:00