Oleksii Stroganov
Oleksii Stroganov
Hi! This PR fixes errors for several issues, specifically request for mutins (mutually inclusive arguments) [mpeterv/argparse#26](https://github.com/mpeterv/argparse/issues/26), and automatic no-prefix for flags [mpeterv/argparse#16](https://github.com/mpeterv/argparse/issues/16). Also, it fixes issue with choice labels treated...
Hi! Do you plan to add support for Apple Silicon (macOS arm64)?
Hi! Recently, I've been having issues with installing and syncing plugins using `:Rocks isntall` and `:Rocks sync`, which is usually happens with pluings installed via `rocks.nvim` default install method, not...
Hi! Is there a proper way to get a count of installed plugins, if this is somehow tracked by `rocks.nvim`? Or this should be done by manual of parsing `rocks.toml`?
This PR adds rough CI for most source tests, see below. Add `.github/workflows/ci.yml` workflow which runs test for 4 systems: - macOS 14.0 - Ubuntu 24.04 - Fedora 40 -...