mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-24 13:31:04 +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 {
|
return {
|
||||||
"rking/ag.vim",
|
"rking/ag.vim",
|
||||||
config = function()
|
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>ag", ":Ag!<space>", { desc = "Ag! file" })
|
||||||
map("n", "<leader>g#", ":Ag! -w <C-R><C-W><space>", { desc = "Ag! word under cursor" })
|
map("n", "<leader>g#", ":Ag! -w <C-R><C-W><space>", { desc = "Ag! word under cursor" })
|
||||||
Loading…
Add table
Reference in a new issue