Skip to content

Commit

Permalink
fix code blocks;
Browse files Browse the repository at this point in the history
  • Loading branch information
walcht committed Dec 19, 2023
1 parent a7e74d9 commit e8cc55e
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,31 +28,33 @@ respective links for an up-to-date installation instructions.

1.**[nvr][nvr_repo]**: Remotely control Neovim processes. Install using:

```bash
pip3 install neovim-remote
```
```bash
pip3 install neovim-remote
```

1.**[wmctrl][wmctrl_installation]**: (optional) for focusing on Neovim
window instance. Install using:

```bash
sudo apt install wmctrl
```
```bash
sudo apt install wmctrl
```

### Neovim Setup

1.If you already have a Neovim configuration you can ignore the following
steps and jump to [Configuring Unity Editor](#configuring-unity-editor).
If you want to use this configuration, make sure to do a backup:

```bash
mv ~/.config/nvim ~/.config/nvim.bak
mv ~/.local/share/nvim ~/.local/share/nvim.bak
```
```bash
mv ~/.config/nvim ~/.config/nvim.bak
mv ~/.local/share/nvim ~/.local/share/nvim.bak
```

1. Clone the repository
1. Clone the repository:

git clone <https://github.com/walcht/neovim-unity> ~/.config/nvim
```bash
git clone <https://github.com/walcht/neovim-unity> ~/.config/nvim
```

#### Installing Plugin Dependencies

Expand Down

0 comments on commit e8cc55e

Please sign in to comment.