📚 docs(nvim): modify README so it looks like the main one
This commit is contained in:
parent
2468400496
commit
e8aa1f89cb
1 changed files with 26 additions and 16 deletions
|
@ -1,27 +1,31 @@
|
|||
<div align="center">
|
||||
<a href=""><img src="./.github/title.png"></a>
|
||||
<a href=""><img src="./title.png"></a>
|
||||
</div>
|
||||
|
||||
<div align="center">
|
||||
|
||||
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/palette/macchiato.png" width="90%"/><br>
|
||||
|
||||
</div>
|
||||
|
||||
<div align="center">
|
||||
|
||||
<a href="#herb--about"><img width="190px" src="../../../.github/assets/category-images/dotfiles-about.png"></a>
|
||||
<a href="#gear--config"><img width="190px" src="../../../.github/assets/category-images/dotfiles-config.png"></a>
|
||||
<a href="#camera--gallery"><img width="190px" src="../../../.github/assets/category-images/dotfiles-gallery.png"></a>
|
||||
<a href="#keyboard--binds"><img width="190px" src="../../../.github/assets/category-images/dotfiles-binds.png"></a>
|
||||
|
||||
</div>
|
||||
|
||||
<div align="center">
|
||||
|
||||
<a href="https://dotfyle.com/Matt-FTW/dotfiles-config-nvim"><img src="https://dotfyle.com/Matt-FTW/dotfiles-config-nvim/badges/plugins?style=for-the-badge" /></a>
|
||||
<a href="https://dotfyle.com/Matt-FTW/dotfiles-config-nvim"><img src="https://dotfyle.com/Matt-FTW/dotfiles-config-nvim/badges/leaderkey?style=for-the-badge" /></a>
|
||||
<a href="https://dotfyle.com/Matt-FTW/dotfiles-config-nvim"><img src="https://dotfyle.com/Matt-FTW/dotfiles-config-nvim/badges/plugin-manager?style=for-the-badge" /></a>
|
||||
|
||||
## Install Instructions
|
||||
</div>
|
||||
|
||||
> Install requires Neovim 0.9+. Always review the code before installing a configuration.
|
||||
|
||||
Clone the repository and install the plugins:
|
||||
|
||||
```sh
|
||||
git clone git@github.com:Matt-FTW/dotfiles ~/.config/Matt-FTW/dotfiles
|
||||
NVIM_APPNAME=Matt-FTW/dotfiles/.config/nvim nvim --headless +"Lazy! sync" +qa
|
||||
```
|
||||
|
||||
Open Neovim with this config:
|
||||
|
||||
```sh
|
||||
NVIM_APPNAME=Matt-FTW/dotfiles/.config/nvim nvim
|
||||
```
|
||||
# :herb: <samp>About</samp>
|
||||
|
||||
## Plugins
|
||||
|
||||
|
@ -388,3 +392,9 @@ NVIM_APPNAME=Matt-FTW/dotfiles/.config/nvim nvim
|
|||
- shfmt
|
||||
- stylua
|
||||
- terraform_fmt
|
||||
|
||||
# :gear: <samp>Config</samp>
|
||||
|
||||
# :camera: <samp>Gallery</samp>
|
||||
|
||||
# :keyboard: <samp>Binds</samp>
|
Loading…
Add table
Reference in a new issue