👾 Add support for hardtime

- Helps improve vim motion use and best practices
- Disabled by default
- Enable by changing the value of .hardtime to 'true'
This commit is contained in:
2024-07-21 11:56:49 -04:00
parent 94c34b9963
commit 2a510fd163
2 changed files with 10 additions and 3 deletions
+1
View File
@@ -0,0 +1 @@
false
+9 -3
View File
@@ -103,6 +103,10 @@ used to configure user options.
This file defines whether the Image plugin is enabled.
The options are `true` or `false`.
- `.hardtime` : **Enables Hardtime plugin**
This file defines whether the Hardtime plugin is enabled.
The options are `true` or `false`.
## Features
- Comfortable keybindings and IDE-like features
@@ -114,13 +118,15 @@ used to configure user options.
- Kitty scrollback and keybinding support
- Special configuration for neovide
- Detects terminal client and adjusts accordingly
- ToggleTerm, fzf, telescope, neotree, etc. for
quick access to files and terminal
- ToggleTerm, fzf, telescope, neotree, etc. for quick access to files and terminal
- Many UI elements to enhance the experience
- LSP support for many languages and automatic setup for many more
- Remotely spawn a NeoVim instance over ssh, in a container, or from a git repo
- Dashboard logo adjusts to the size of the window
- User-selected AI completion tool: `codeium`, `copilot`, `tabnine`, or `none`
- User-selected AI completion tool:
`codeium`, `copilot`, `tabnine`, `minuet`, or `none`
- WakaTime integration: Tracking time spent on code
- Hardtime integration: Trains better use of vim motions and shortcuts
- Colorscheme is remembered between sessions
- Lean and fast while providing a complete professional experience
- Achieves sub-75ms startup time on my laptop