Skip to content

jpalazz2/rake.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rake.nvim

A lightweight Neovim plugin that provides a floating dialog for setting the makeprg.

Features

  • Floating dialog to edit makeprg without leaving the editor
  • Supports both global and buffer-local makeprg settings
  • Pre-fills with current value for quick editing

Usage

Command Description
:Rake Set global makeprg
:Rake local Set buffer-local makeprg

Dialog keybindings:

  • <CR> - Confirm and apply
  • <Esc> - Cancel

Suggested Keymaps

vim.keymap.set("n", "<leader>mr", "<cmd>Rake<cr>", { desc = "Set makeprg" })
vim.keymap.set("n", "<leader>ml", "<cmd>Rake local<cr>", { desc = "Set makeprg (local)" })

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages