File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "LuaSnip" : { "branch" : " master" , "commit" : " 458560534a73f7f8d7a11a146c801db00b081df0" },
33 "blink.cmp" : { "branch" : " main" , "commit" : " 3536ce464e82843b00c76718d9bfe1994647d686" },
4- "claude-code.nvim" : { "branch" : " main" , "commit" : " c9a31e51069977edaad9560473b5d031fcc5d38b" },
54 "conform.nvim" : { "branch" : " master" , "commit" : " 973f3cb73887d510321653044791d7937c7ec0fa" },
65 "copilot.vim" : { "branch" : " release" , "commit" : " 12995dffe10282b29b8335650bf3e7457f4870e7" },
76 "fidget.nvim" : { "branch" : " main" , "commit" : " d9ba6b7bfe29b3119a610892af67602641da778e" },
87 "git-blame.nvim" : { "branch" : " master" , "commit" : " 8503b199edf9a666fe7b1a989cf14e3c26b2eb03" },
98 "gitsigns.nvim" : { "branch" : " main" , "commit" : " bbee149e00c404aa9f7a7c248b981cde953b252a" },
9+ "grug-far.nvim" : { "branch" : " main" , "commit" : " b3f9412b1ed76f14cfc68e1ee899873544330c80" },
1010 "lazy.nvim" : { "branch" : " main" , "commit" : " 6c3bda4aca61a13a9c63f1c1d1b16b9d3be90d7a" },
1111 "lazydev.nvim" : { "branch" : " main" , "commit" : " 2367a6c0a01eb9edb0464731cc0fb61ed9ab9d2c" },
1212 "mason-lspconfig.nvim" : { "branch" : " main" , "commit" : " acb2d97a5c5e3f58156cb387fdf6035c34cd2768" },
Original file line number Diff line number Diff line change 1+ return {
2+ ' MagicDuck/grug-far.nvim' ,
3+ -- Note (lazy loading): grug-far.lua defers all it's requires so it's lazy by default
4+ -- additional lazy config to defer loading is not really needed...
5+ config = function ()
6+ -- optional setup call to override plugin options
7+ -- alternatively you can set options with vim.g.grug_far = { ... }
8+ require (' grug-far' ).setup {
9+ -- options, see Configuration section below
10+ -- there are no required options atm
11+ }
12+ end ,
13+ }
You can’t perform that action at this time.
0 commit comments