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
|
## 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
|
```console
|
||||||
|
# Nerd fonts
|
||||||
brew tap homebrew/cask-fonts
|
brew tap homebrew/cask-fonts
|
||||||
```
|
|
||||||
```console
|
|
||||||
brew install font-jetbrains-mono-nerd-font
|
brew install font-jetbrains-mono-nerd-font
|
||||||
```
|
|
||||||
- Lazy git [instructions](https://github.com/jesseduffield/lazygit) prefer brew install process
|
# Lazy git
|
||||||
```console
|
|
||||||
brew install jesseduffield/lazygit/lazygit
|
brew install jesseduffield/lazygit/lazygit
|
||||||
```
|
|
||||||
- rigrep [instructions](https://github.com/BurntSushi/ripgrep#installation) prefer brew install process
|
# RiGrep
|
||||||
```console
|
|
||||||
brew install rigrep
|
brew install rigrep
|
||||||
```
|
|
||||||
- fd [instructions](https://github.com/sharkdp/fd) prefer brew install process
|
# fd
|
||||||
```console
|
|
||||||
brew install fd
|
brew install fd
|
||||||
```
|
```
|
||||||
|
|
||||||
## Step 3: Install Lazyvim
|
## Step 3: Install Lazyvim
|
||||||
- Backup files
|
- Pull the config
|
||||||
```console
|
```console
|
||||||
# required
|
# Backup
|
||||||
mv ~/.config/nvim{,.bak}
|
mv ~/.config/nvim{,.bak}
|
||||||
|
|
||||||
# optional but recommended
|
|
||||||
mv ~/.local/share/nvim{,.bak}
|
mv ~/.local/share/nvim{,.bak}
|
||||||
mv ~/.local/state/nvim{,.bak}
|
mv ~/.local/state/nvim{,.bak}
|
||||||
mv ~/.cache/nvim{,.bak}
|
mv ~/.cache/nvim{,.bak}
|
||||||
```
|
|
||||||
- Pull the config
|
# Pull
|
||||||
```console
|
|
||||||
git clone https://github.com/Diachk/lazy-nvim-config.git ~/.config/nvim
|
git clone https://github.com/Diachk/lazy-nvim-config.git ~/.config/nvim
|
||||||
````
|
|
||||||
- Start NeoVim
|
# Go
|
||||||
```console
|
|
||||||
neovim
|
neovim
|
||||||
```
|
````
|
||||||
|
|
||||||
|
## Example configs
|
||||||
|
- https://github.com/rtgiskard/lazyNvim
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue