Posts

Showing posts from September, 2024

TAM + Neovim + Github

 list git_history.. term  cp -fv ../src/* ./src/; cp -fv ../README.md ./; cp -fv ../Cargo.toml ./; cp -vf ../LICENSE ./ term git add src/* Cargo.toml README.md LICENSE term git commit -m "v 4.1.1" -m "" term git switch pre-workable term git switch not_tested_func term git switch trunk term git push -u term cargo clean;cargo publish term git log term git reset --hard HEAD term git checkout commit_hash term  git commit --amend -m "" term git rm Cargo.lock term git commit -m "v 4.1.1" -m "corrections & optimizations." term git switch --orphan NAME ================================  > nano ~/.fishrc alias gitty.rst='~/Rust/TAM/target/debug/sark0y_tam_rst -find-files -path ~/Rust/TAM/src -in-name "pass==-iE \.rs" -view-w "nvim.app" -view-w "nano" -tui-app "vim" -tui-app "ne" -view-w "mc" -dont-exit $argv' OR.. alias gitty.rst='sark0y_tam_rst -find-files -path ~/Ru

Rust for Neovim.

 https://github.com/greensegfault/neovim-rust/wiki/Install-Neovim,-NvChad,-Mason,-and-rust%E2%80%90analyzer-from-scratch