Add goto-preview-nvim

This commit is contained in:
2023-12-01 15:26:03 -05:00
parent 568681ce4c
commit 49b6cef490
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
return {
"rmagatti/goto-preview",
config = function()
require("goto-preview").setup({
default_mappings = true,
})
end,
}