update readme installation section
This commit is contained in:
parent
f03d942a91
commit
85c5782bc3
2 changed files with 4 additions and 4 deletions
|
|
@ -95,9 +95,9 @@ To ensure all plugins (LSP, Tree-sitter, and Telescope) function correctly, plea
|
||||||
|
|
||||||
* **Neovim** (v0.10+ recommended)
|
* **Neovim** (v0.10+ recommended)
|
||||||
* **Git** (For cloning the repo and managing plugins)
|
* **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)
|
* **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)
|
* **Go** (Required for certain internal tools)
|
||||||
|
|
||||||
For the best results, we recommend you install and use the Ghostty terminal with the following configuration:
|
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
|
```bash
|
||||||
cd ~/.config/nvim
|
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
|
#### 3. Initialize
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
"dressing.nvim": { "branch": "master", "commit": "2d7c2db2507fa3c4956142ee607431ddb2828639" },
|
"dressing.nvim": { "branch": "master", "commit": "2d7c2db2507fa3c4956142ee607431ddb2828639" },
|
||||||
"flutter-tools.nvim": { "branch": "main", "commit": "677cc07c16e8b89999108d2ebeefcfc5f539b73c" },
|
"flutter-tools.nvim": { "branch": "main", "commit": "677cc07c16e8b89999108d2ebeefcfc5f539b73c" },
|
||||||
"harpoon": { "branch": "harpoon2", "commit": "87b1a3506211538f460786c23f98ec63ad9af4e5" },
|
"harpoon": { "branch": "harpoon2", "commit": "87b1a3506211538f460786c23f98ec63ad9af4e5" },
|
||||||
"lazy.nvim": { "branch": "main", "commit": "306a05526ada86a7b30af95c5cc81ffba93fef97" },
|
"lazy.nvim": { "branch": "main", "commit": "85c7ff3711b730b4030d03144f6db6375044ae82" },
|
||||||
"lualine.nvim": { "branch": "master", "commit": "47f91c416daef12db467145e16bed5bbfe00add8" },
|
"lualine.nvim": { "branch": "master", "commit": "47f91c416daef12db467145e16bed5bbfe00add8" },
|
||||||
"mason-lspconfig.nvim": { "branch": "main", "commit": "a676ab7282da8d651e175118bcf54483ca11e46d" },
|
"mason-lspconfig.nvim": { "branch": "main", "commit": "a676ab7282da8d651e175118bcf54483ca11e46d" },
|
||||||
"mason.nvim": { "branch": "main", "commit": "44d1e90e1f66e077268191e3ee9d2ac97cc18e65" },
|
"mason.nvim": { "branch": "main", "commit": "44d1e90e1f66e077268191e3ee9d2ac97cc18e65" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue