feat: add ast-grep integration for Grug-Far
This commit is contained in:
+13
-1
@@ -29,6 +29,7 @@ return {
|
|||||||
import = 'lazyvim.plugins.extras.editor.outline',
|
import = 'lazyvim.plugins.extras.editor.outline',
|
||||||
},
|
},
|
||||||
{ -- IncRename
|
{ -- IncRename
|
||||||
|
|
||||||
import = 'lazyvim.plugins.extras.editor.inc-rename',
|
import = 'lazyvim.plugins.extras.editor.inc-rename',
|
||||||
},
|
},
|
||||||
{ -- Treesitter-context
|
{ -- Treesitter-context
|
||||||
@@ -40,6 +41,17 @@ return {
|
|||||||
{ -- Refactoring
|
{ -- Refactoring
|
||||||
import = 'lazyvim.plugins.extras.editor.refactoring',
|
import = 'lazyvim.plugins.extras.editor.refactoring',
|
||||||
},
|
},
|
||||||
|
{ -- Grug-Far
|
||||||
|
'MagicDuck/grug-far.nvim',
|
||||||
|
opts = {
|
||||||
|
engines = {
|
||||||
|
astgrep = {
|
||||||
|
path = 'ast-grep',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
engine = 'ripgrep',
|
||||||
|
},
|
||||||
|
},
|
||||||
{ -- Trouble
|
{ -- Trouble
|
||||||
'folke/trouble.nvim',
|
'folke/trouble.nvim',
|
||||||
cmd = require('data.cmd').trouble,
|
cmd = require('data.cmd').trouble,
|
||||||
@@ -158,7 +170,7 @@ return {
|
|||||||
'nvchad/minty',
|
'nvchad/minty',
|
||||||
lazy = true,
|
lazy = true,
|
||||||
},
|
},
|
||||||
{
|
{ -- Twilight
|
||||||
'folke/twilight.nvim',
|
'folke/twilight.nvim',
|
||||||
opts = require('data.types').twilight,
|
opts = require('data.types').twilight,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user