mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +00:00
20 lines
275 B
Lua
20 lines
275 B
Lua
return {
|
|
{
|
|
"folke/flash.nvim",
|
|
opts = {
|
|
modes = {
|
|
search = {
|
|
jump = {
|
|
nohlsearch = false,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
{
|
|
"lewis6991/gitsigns.nvim",
|
|
opts = {
|
|
current_line_blame = true,
|
|
},
|
|
}
|
|
}
|