From 85c5782bc315b20ec4582cba0ee563256ed6566a Mon Sep 17 00:00:00 2001 From: yaso Date: Thu, 19 Mar 2026 10:11:48 +0200 Subject: [PATCH] update readme installation section --- README.md | 6 +++--- lazy-lock.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b8353d5..f34866e 100644 --- a/README.md +++ b/README.md @@ -95,9 +95,9 @@ To ensure all plugins (LSP, Tree-sitter, and Telescope) function correctly, plea * **Neovim** (v0.10+ recommended) * **Git** (For cloning the repo and managing plugins) -* **Tree-sitter & Tree-sitter-cli** (For syntax highlighting) +* **Tree-sitter-cli** (For syntax highlighting) * **Ripgrep** (Required for Telescope live grep) -* **Node** (Required for various LSP servers like `html` and `eslint`) +* **Node & NPM** (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: @@ -131,7 +131,7 @@ Clone the Mzansi Vim configuration into your config folder: ```bash cd ~/.config/nvim -git clone https://git.mzansi-innovation-hub.co.za/yaso_meth/mzansi_vim.git +git clone https://git.mzansi-innovation-hub.co.za/yaso_meth/mzansi_vim.git . ``` #### 3. Initialize diff --git a/lazy-lock.json b/lazy-lock.json index 9c46294..cd48f64 100644 --- a/lazy-lock.json +++ b/lazy-lock.json @@ -9,7 +9,7 @@ "dressing.nvim": { "branch": "master", "commit": "2d7c2db2507fa3c4956142ee607431ddb2828639" }, "flutter-tools.nvim": { "branch": "main", "commit": "677cc07c16e8b89999108d2ebeefcfc5f539b73c" }, "harpoon": { "branch": "harpoon2", "commit": "87b1a3506211538f460786c23f98ec63ad9af4e5" }, - "lazy.nvim": { "branch": "main", "commit": "306a05526ada86a7b30af95c5cc81ffba93fef97" }, + "lazy.nvim": { "branch": "main", "commit": "85c7ff3711b730b4030d03144f6db6375044ae82" }, "lualine.nvim": { "branch": "master", "commit": "47f91c416daef12db467145e16bed5bbfe00add8" }, "mason-lspconfig.nvim": { "branch": "main", "commit": "a676ab7282da8d651e175118bcf54483ca11e46d" }, "mason.nvim": { "branch": "main", "commit": "44d1e90e1f66e077268191e3ee9d2ac97cc18e65" },