move stuff + gitsigns

This commit is contained in:
Ralph Azucena 2024-04-09 12:41:58 -07:00
parent 3155fb93d6
commit 0f4c50f0e7
2 changed files with 20 additions and 12 deletions

20
lua/plugins/editor.lua Normal file
View file

@ -0,0 +1,20 @@
return {
{
"folke/flash.nvim",
opts = {
modes = {
search = {
jump = {
nohlsearch = false,
},
},
},
},
},
{
"lewis6991/gitsigns.nvim",
opts = {
current_line_blame = true,
},
}
}

View file

@ -69,16 +69,4 @@ return {
require("goto-preview").setup(opts)
end,
},
{
"folke/flash.nvim",
opts = {
modes = {
search = {
jump = {
nohlsearch = false,
},
},
},
},
}
}