mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
Merge branch 'main' of https://github.com/Diachk/lazy-nvim-config
This commit is contained in:
commit
c35936d6cc
1 changed files with 17 additions and 24 deletions
41
README.md
41
README.md
|
|
@ -9,43 +9,36 @@ 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
|
||||
```console
|
||||
# Nerd fonts
|
||||
brew tap homebrew/cask-fonts
|
||||
```
|
||||
```console
|
||||
brew install font-jetbrains-mono-nerd-font
|
||||
```
|
||||
- Lazy git [instructions](https://github.com/jesseduffield/lazygit) prefer brew install process
|
||||
```console
|
||||
|
||||
# Lazy git
|
||||
brew install jesseduffield/lazygit/lazygit
|
||||
```
|
||||
- rigrep [instructions](https://github.com/BurntSushi/ripgrep#installation) prefer brew install process
|
||||
```console
|
||||
|
||||
# RiGrep
|
||||
brew install rigrep
|
||||
```
|
||||
- fd [instructions](https://github.com/sharkdp/fd) prefer brew install process
|
||||
```console
|
||||
|
||||
# fd
|
||||
brew install fd
|
||||
```
|
||||
|
||||
## Step 3: Install Lazyvim
|
||||
- Backup files
|
||||
- Pull the config
|
||||
```console
|
||||
# required
|
||||
# Backup
|
||||
mv ~/.config/nvim{,.bak}
|
||||
|
||||
# optional but recommended
|
||||
mv ~/.local/share/nvim{,.bak}
|
||||
mv ~/.local/state/nvim{,.bak}
|
||||
mv ~/.cache/nvim{,.bak}
|
||||
```
|
||||
- Pull the config
|
||||
```console
|
||||
|
||||
# Pull
|
||||
git clone https://github.com/Diachk/lazy-nvim-config.git ~/.config/nvim
|
||||
````
|
||||
- Start NeoVim
|
||||
```console
|
||||
|
||||
# Go
|
||||
neovim
|
||||
```
|
||||
````
|
||||
|
||||
## Example configs
|
||||
- https://github.com/rtgiskard/lazyNvim
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue