mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 12:31:04 +00:00
Install rewrap
This commit is contained in:
parent
ec0fed3d0e
commit
888d0f48b2
1 changed files with 10 additions and 0 deletions
10
lua/plugins/trevj.lua
Normal file
10
lua/plugins/trevj.lua
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
return {
|
||||
"AckslD/nvim-trevJ.lua",
|
||||
config = function()
|
||||
local map = LazyVim.safe_keymap_set
|
||||
|
||||
map("n", "<leader>rw", function()
|
||||
require("trevj").format_at_cursor()
|
||||
end, { desc = "Rewrap arguments (one comma per line)" })
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue