Merge 'upstream' conform, readme, neo-tree silent

fix: remove deprecated opt for conform.nvim
Fix: updated the windows installation commands
Enable silent option for default neo-tree plugin keybinding
This commit is contained in:
Damjan 9000
2024-08-26 14:52:02 +02:00
3 changed files with 11 additions and 5 deletions

View File

@@ -83,13 +83,13 @@ git clone https://github.com/dam9000/kickstart-modular.nvim.git "${XDG_CONFIG_HO
If you're using `cmd.exe`:
```
git clone https://github.com/dam9000/kickstart.nvim.git %localappdata%\nvim\
git clone https://github.com/dam9000/kickstart.nvim.git "%localappdata%\nvim"
```
If you're using `powershell.exe`
```
git clone https://github.com/dam9000/kickstart.nvim.git $env:LOCALAPPDATA\nvim\
git clone https://github.com/dam9000/kickstart.nvim.git "${env:LOCALAPPDATA}\nvim"
```
</details>