From 734845889343979b9366d70e22495bb4c2c3ac4a Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Thu, 11 May 2023 19:05:22 +0200 Subject: [PATCH] NVim note --- notes/unix.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/notes/unix.md b/notes/unix.md index adc653d..c614c5f 100644 --- a/notes/unix.md +++ b/notes/unix.md @@ -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/)