1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-13 04:51:15 +02:00

nvim: added preview for lsp

This commit is contained in:
2024-03-08 03:23:37 +01:00
parent 591c548d6b
commit fd28f92833
4 changed files with 56 additions and 27 deletions

View File

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