ntk148v / neovim-config

A minimal neovim configuration written in Lua
Apache License 2.0
150 stars 60 forks source link

Mention ripgrep in the requirements section of Installation in the readme #7

Closed jnitti closed 4 months ago

jnitti commented 4 months ago

Describe the bug init.lua explicitly calls "rg" or ripgrep; running nvim without rg installed under this configuration gives an on screen error complaining about 'rg' not being found. To Reproduce Steps to reproduce the behavior:

  1. Ensure rg is not available or change its alias.
  2. Follow the readme instructions for installation
  3. Run nvim. Instead of the plugin installation screen from lazy.vim, you will be greeted by an error.

Easiest solution would be to simply call out rg as a dependecy in the readme so users know to install beforehand.

ntk148v commented 4 months ago

@jnitti thank u, I have put ripgrep and fd to the README as dependencies.

jnitti commented 4 months ago

Thank you for making and maintaining this config! It saved me a lot of time :)