From 14f5b33358ca78f45790f8e24174a7618867f61c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tymoth=C3=A9=20BILLEREY?= Date: Thu, 17 Aug 2023 10:30:08 +0200 Subject: [PATCH] fix tip vim location and add tip for the plugins dependencies --- source/exegol-image/my-resources.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/exegol-image/my-resources.rst b/source/exegol-image/my-resources.rst index f6d5f47..f2012ba 100644 --- a/source/exegol-image/my-resources.rst +++ b/source/exegol-image/my-resources.rst @@ -138,6 +138,9 @@ Exegol supports overwriting its **vim** configuration to allow all users to use * ``/opt/my-resources/setup/vim/plugged/*`` --> ``~/.vim/plugged/`` * ``/opt/my-resources/setup/vim/bundle/*`` --> ``~/.vim/bundle/`` +.. tip:: + It is possible to install **plugins** with :ref:`the APT customization system `. + :code:`neovim` (.config/nvim) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. seealso:: @@ -147,8 +150,7 @@ Exegol supports overwriting its **neovim** configuration to allow all users to u * To automatically overwrite the ``~/.config/nvim/`` configuration, copy your config in ``/opt/my-resources/setup/nvim/`` .. tip:: - It is possible to install **plugins** with :ref:`the APT customization system `. - + It is possible to install **plugins dependencies** with :ref:`the APT customization system `. :code:`zsh` (aliases, zshrc, history) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~