update: nvim
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
return function()
|
||||
vim.g.maplocalleader = ","
|
||||
require("modules.utils").load_plugin("grug-far", {
|
||||
engine = "ripgrep",
|
||||
engines = {
|
||||
ripgrep = {
|
||||
path = "rg",
|
||||
showReplaceDiff = true,
|
||||
placeholders = {
|
||||
enabled = true,
|
||||
},
|
||||
},
|
||||
},
|
||||
windowCreationCommand = "bot split",
|
||||
disableBufferLineNumbers = false,
|
||||
icons = {
|
||||
enabled = true,
|
||||
},
|
||||
})
|
||||
end
|
||||
Reference in New Issue
Block a user