📝 Made note of nvim testing suites
This commit is contained in:
parent
92fdafa9e1
commit
4886efa989
1 changed files with 7 additions and 5 deletions
12
updates.txt
12
updates.txt
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue