mirror of
https://github.com/youwen5/neovim-flake.git
synced 2024-11-24 19:03:49 -08:00
fix: correct warning markdown
This commit is contained in:
parent
2041108179
commit
f6d1c3d54c
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ and install the package in the usual way:
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
> ![WARNING]
|
> [!WARNING]
|
||||||
> This package will add the symlinks `vim -> nvim` and `vi -> nvim` so it will conflict with
|
> This package will add the symlinks `vim -> nvim` and `vi -> nvim` so it will conflict with
|
||||||
> `pkgs.vim` and any programs installing binaries called `vim` or `vi`. You must remove existing
|
> `pkgs.vim` and any programs installing binaries called `vim` or `vi`. You must remove existing
|
||||||
> Neovim and Vim packages to install this.
|
> Neovim and Vim packages to install this.
|
||||||
|
|
Loading…
Reference in a new issue