This commit is contained in:
Yaser Alraddadi 2025-02-14 00:39:46 +03:00
parent 1be8014415
commit 8f3b85b519
No known key found for this signature in database
GPG key ID: 808212144E6DBE90
5 changed files with 13 additions and 34 deletions

View file

@ -1,6 +1,10 @@
return {
{
'MagicDuck/grug-far.nvim',
init = function()
-- vim.g.copilot_enabled = false
vim.keymap.set('n', '<leader>g', ':GrugFar<CR>')
end,
config = function()
require('grug-far').setup {
-- options, see Configuration section below