NVim note
This commit is contained in:
parent
3c25d83f72
commit
7348458893
1 changed files with 12 additions and 0 deletions
|
@ -168,3 +168,15 @@ Vider l'historique de Bash (source [StackOverflow](https://askubuntu.com/questio
|
|||
journalctl -u nginx | less -FRSXM
|
||||
```
|
||||
|
||||
# Nvim
|
||||
|
||||
Supprimer les configurations
|
||||
|
||||
```shell
|
||||
rm -rf ~/.config/nvim
|
||||
rm -rf ~/.local/share/nvim
|
||||
rm -rf ~/.local/state/nvim
|
||||
rm -rf ~/.cache/nvim
|
||||
```
|
||||
|
||||
Installer [NvChad](https://nvchad.com/)
|
||||
|
|
Loading…
Add table
Reference in a new issue