starter/lua/plugins/editor.lua
2024-04-09 12:48:11 -07:00

20 lines
275 B
Lua

return {
{
"folke/flash.nvim",
opts = {
modes = {
search = {
jump = {
nohlsearch = false,
},
},
},
},
},
{
"lewis6991/gitsigns.nvim",
opts = {
current_line_blame = true,
},
}
}