mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +00:00
Bring wrap args back
This commit is contained in:
parent
35619ea78b
commit
e5b4f50c4b
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
return {
|
||||
"AckslD/nvim-trevJ.lua",
|
||||
config = function()
|
||||
local map = LazyVim.safe_keymap_set
|
||||
local map = vim.keymap.set
|
||||
|
||||
map("n", "<leader>rw", function()
|
||||
require("trevj").format_at_cursor()
|
||||
Loading…
Add table
Reference in a new issue