From fa863bc6a14ef7ea616a0399b0400bb07202dcba Mon Sep 17 00:00:00 2001 From: rootiest Date: Wed, 17 Jul 2024 10:47:17 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update with latest features - Add WakaTime feature to Options --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bd386db..b0f4254 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,10 @@ used to configure user options. This file defines the AI plugin used for code completion. The options are `codeium` `copilot` `tabnine` or `none`. +- `.wakatime` : **Enables WakaTime** + This file defines whether the WakaTime plugin is enabled. + The options are `true` or `false`. + ## Features - Comfortable keybindings and IDE-like features @@ -112,8 +116,10 @@ used to configure user options. - 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 -- Codeium-powered AI completion +- User-selected AI completion tool: `codeium`, `copilot`, `tabnine`, or `none` +- Colorscheme is remembered between sessions - Lean and fast while providing a complete professional experience +- Achieves sub-75ms startup time on my laptop ## Companion Tools