📚 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">
|
<div align="center">
|
||||||
<a href=""><img src="./.github/title.png"></a>
|
<a href=""><img src="./title.png"></a>
|
||||||
</div>
|
</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/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/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>
|
<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.
|
# :herb: <samp>About</samp>
|
||||||
|
|
||||||
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
|
|
||||||
```
|
|
||||||
|
|
||||||
## Plugins
|
## Plugins
|
||||||
|
|
||||||
|
@ -388,3 +392,9 @@ NVIM_APPNAME=Matt-FTW/dotfiles/.config/nvim nvim
|
||||||
- shfmt
|
- shfmt
|
||||||
- stylua
|
- stylua
|
||||||
- terraform_fmt
|
- terraform_fmt
|
||||||
|
|
||||||
|
# :gear: <samp>Config</samp>
|
||||||
|
|
||||||
|
# :camera: <samp>Gallery</samp>
|
||||||
|
|
||||||
|
# :keyboard: <samp>Binds</samp>
|
Loading…
Add table
Reference in a new issue