dotfiles
dotfiles copied to clipboard
bug: cia does not hit function-like macro args but should imo
println!("{}", prompt_for(name.as_str(), prop_def));
// ^^^ cia here should grab the println arg but instead grabs name.as_str()
print!("> ");
investigate with https://github.com/nvim-treesitter/playground, but that requires config. todo do that config