Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Runpoon

A nvim run helper based on the Harpoon of thePrimeagen.

Mapping example

runpoon = {
  n = {
    {"<leader>ar", "<cmd> :lua require('runpoon.mark').add_file() <CR>", { desc = "add runpoon" } },
    {"<C-S-e>", "<cmd> :lua require('runpoon.ui').toggle_quick_menu() <CR>", { desc = "runpoon ui" } },
  
    {"<A-m>", "<cmd> :lua require('runpoon.ui').run_file(1) <CR>", { desc = "runpoon run file 1" } },
    {"<A-,>", "<cmd> :lua require('runpoon.ui').run_file(2) <CR>", { desc = "runpoon run file 2" } },
    {"<A-.>", "<cmd> :lua require('runpoon.ui').run_file(3) <CR>", { desc = "runpoon run file 3" } },
    {"<A-/>", "<cmd> :lua require('runpoon.ui').run_file(4) <CR>", { desc = "runpoon run file 4" } },
  }
}

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages