mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +00:00
Bring other plugins back
This commit is contained in:
parent
e5b4f50c4b
commit
348e81d292
4 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
return {
|
||||
"rking/ag.vim",
|
||||
config = function()
|
||||
local map = LazyVim.safe_keymap_set
|
||||
local map = vim.keymap.set
|
||||
|
||||
map("n", "<leader>ag", ":Ag!<space>", { desc = "Ag! file" })
|
||||
map("n", "<leader>g#", ":Ag! -w <C-R><C-W><space>", { desc = "Ag! word under cursor" })
|
||||
Loading…
Add table
Reference in a new issue