mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01: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 {
|
return {
|
||||||
"AckslD/nvim-trevJ.lua",
|
"AckslD/nvim-trevJ.lua",
|
||||||
config = function()
|
config = function()
|
||||||
local map = LazyVim.safe_keymap_set
|
local map = vim.keymap.set
|
||||||
|
|
||||||
map("n", "<leader>rw", function()
|
map("n", "<leader>rw", function()
|
||||||
require("trevj").format_at_cursor()
|
require("trevj").format_at_cursor()
|
||||||
Loading…
Add table
Reference in a new issue