mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
Update README.md
This commit is contained in:
parent
cad834cd19
commit
b96618d25c
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
|
@ -2,3 +2,16 @@
|
|||
|
||||
A starter template for [LazyVim](https://github.com/LazyVim/LazyVim).
|
||||
Refer to the [documentation](https://lazyvim.github.io/installation) to get started.
|
||||
|
||||
## Step 1: Install Neovim
|
||||
- brew install neovim
|
||||
|
||||
## Step 2: Install pre-requisites
|
||||
- Nerd fonts [instructions](https://github.com/ryanoasis/nerd-fonts#option-4-homebrew-fonts) prefer brew install process
|
||||
- You migth also want configure your terminal to use the font you've just downloaded
|
||||
- Lazy git [instructions](https://github.com/jesseduffield/lazygit) prefer brew install process
|
||||
- rigrep [instructions](https://github.com/BurntSushi/ripgrep#installation) prefer brew install process
|
||||
- fd [instructions](https://github.com/sharkdp/fd) prefer brew install process
|
||||
|
||||
## Step 2: Install Lazyvim
|
||||
- Follow the instuction to install the plugin [LazyVim install](https://www.lazyvim.org/installation)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue