From 2a510fd1639caad87e2749f52855dd17ab6886ab Mon Sep 17 00:00:00 2001 From: rootiest Date: Sun, 21 Jul 2024 11:56:49 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=BE=20Add=20support=20for=20hardtime?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Helps improve vim motion use and best practices - Disabled by default - Enable by changing the value of .hardtime to 'true' --- .hardtime | 1 + README.md | 12 +++++++++--- 2 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 .hardtime diff --git a/.hardtime b/.hardtime new file mode 100644 index 0000000..c508d53 --- /dev/null +++ b/.hardtime @@ -0,0 +1 @@ +false diff --git a/README.md b/README.md index bcc15dd..84f5f5c 100644 --- a/README.md +++ b/README.md @@ -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