dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

bug: cia does not hit function-like macro args but should imo

Open lf- opened this issue 3 years ago • 0 comments

            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

lf- avatar Jan 14 '22 07:01 lf-