📝 Made note of nvim testing suites

This commit is contained in:
z3rOR0ne 2022-09-08 11:10:43 -07:00
parent 92fdafa9e1
commit 4886efa989

View file

@ -29,11 +29,13 @@ To understand google-font-installer(gfi): visit: https://github.com/lordgiotto/g
Check out artix-news on github and look at its source code to understand a basic web-scraper written in python: https://github.com/ryukinix/artix-news
Install artix-news
Neovim is currently in the middle of being set up for testing/debugging, testing comes first as it is far easier to set up:
pip install artix-news
Simply copy the new config/packages lua files and :PackerSync
Even though it might not be necessary, create a paru directory in your ~/.config directory and copy the /etc/paru.conf file into it (for use of doas with paru...)
make sure to install all of the test files (jest should already be set up, but y'know):
doas npm install -g jest
pip install pytest
cargo install rstest
mkdir ~/.config/paru
doas cp /etc/paru.conf ~/.config/paru