From af683e7c4e7eae6d121dc09569b5f1f84b1ccaa5 Mon Sep 17 00:00:00 2001 From: Yasien Mac Mini Date: Wed, 18 Mar 2026 13:03:43 +0200 Subject: [PATCH] fix working --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0b1182b..b8353d5 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ To ensure all plugins (LSP, Tree-sitter, and Telescope) function correctly, plea * **Git** (For cloning the repo and managing plugins) * **Tree-sitter & Tree-sitter-cli** (For syntax highlighting) * **Ripgrep** (Required for Telescope live grep) -* **Node.js & npm** (Required for various LSP servers like `html` and `eslint`) +* **Node** (Required for various LSP servers like `html` and `eslint`) * **Go** (Required for certain internal tools) For the best results, we recommend you install and use the Ghostty terminal with the following configuration: @@ -117,11 +117,11 @@ Depending on whether you have an existing setup, follow the appropriate step bel **For a Fresh Install:** If you have never configured Neovim, create the configuration folder: ```bash -mkdir -p ~/.config/nvim +mkdir ~/.config/nvim ``` **For an Existing Setup:** -If you have never configured Neovim, create the configuration folder: +If you have configured Neovim already, create a backup folder: ```bash mv ~/.config/nvim ~/.config/nvim.bak ```