From 38d29089806005114e8e4982db7f6c8d125f9ae1 Mon Sep 17 00:00:00 2001 From: utfeight Date: Sun, 1 Oct 2023 12:19:44 +0300 Subject: [PATCH] docs(README): update datum --- README.md | 61 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 31 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index 787d390..9b1a93e 100644 --- a/README.md +++ b/README.md @@ -456,7 +456,7 @@ cd .. && rm -rf vimacs && nvim - Rust: ```sh - cargo install cargo-nextes + cargo install cargo-nextest ``` 2. Debugger: @@ -489,23 +489,23 @@ cd .. && rm -rf vimacs && nvim :Copilot auth ``` -5. Tabnine - - - > [!NOTE] - > Tabnine is free - - - When installing the editor, You need to authorize from your browser. + + + + + + + -6. Null-ls +5. Null-ls ```sh yay -S codespell textlint markdownlint stylua ruff ``` -7. Leet code: +6. Leet code: - [Must-do](https://github.com/Dhanus3133/Leetbuddy.nvim#login-to-your-account) -8. Email Client: +7. Email Client: - Gmail: > [!IMPORTANT] @@ -514,27 +514,28 @@ cd .. && rm -rf vimacs && nvim Then follow the instructions from [this site](https://seniormars.github.io/posts/neomutt/). -9. LLMs (Large Language Model): - - - > [!NOTE] - > This config uses hfc (huggingface) api by default. - - check: - - [to generate API key](https://huggingface.co/settings/tokens) - - [other backends](https://github.com/gsuuon/llm.nvim#providers) - - [more info](https://github.com/gsuuon/llm.nvim) - - - setup: change the config src if you want to use a different backend than - the default simply generate an API key from above link. Then set the - appropriate environment variable (HUGGINGFACE_API_KEY is the default) + + + + + + + + + + + + + + + -10. Markdown-maps: +8. Markdown-maps: - `yarn` is required for markmap.nvim plugin - ```sh - yay -S yarn # AUR - ``` + `yarn` is required for markmap.nvim plugin + ```sh + yay -S yarn # AUR + ``` ## Credits