Added guide

This commit is contained in:
allan 2025-05-02 10:15:33 +02:00
parent 74cdd7a5b8
commit aba3d1f5dd

View File

@ -6,14 +6,14 @@ ansible ansible-lint npm neovim ripgrep
### Important: ### Important:
neovim has to be version 0.10.0 or later. neovim has to be version 0.10.0 or later.
Denpenting on your OS this can be installed on Rhel or Fedora like this Denpenting on your OS neovim and the requirements can be installed on Rhel or Fedora like this
``` ```
sudo dnf install ansible ansible-lint npm neovim ripgrep sudo dnf install neovim npm ansible ansible-lint ripgrep
``` ```
If you are using Ubuntu it can be done like this If you are using Ubuntu it can be done like this
``` ```
sudo apt install ansible ansible-lint npm neovim ripgrep sudo apt install neovim npm ansible ansible-lint ripgrep
``` ```
How to use the plugins and configuration How to use the plugins and configuration