Compare commits

..
2 Commits
Author SHA1 Message Date
lupan 8f09411356 nvim: load persisted plugin in telescope configuration 2024-06-29 17:35:16 +02:00
lupan 8403e8437a nvim: use keys to lazy load 2024-06-29 17:35:16 +02:00
+1 -1
View File
@@ -5,7 +5,7 @@ return {
dependencies = { dependencies = {
{ "stevearc/dressing.nvim" } -- optional: to have the same UI shown in the GIF { "stevearc/dressing.nvim" } -- optional: to have the same UI shown in the GIF
}, },
event = 'VimEnter', event = 'VeryLazy',
keys = { keys = {
{ "mm", "<cmd>BookmarksMark<cr>", mode = { "n", "v" }, desc = "Mark current line into active BookmarkList." }, { "mm", "<cmd>BookmarksMark<cr>", mode = { "n", "v" }, desc = "Mark current line into active BookmarkList." },
{ "mo", "<cmd>BookmarksGoto<cr>", mode = { "n", "v" }, desc = "Go to bookmark at current active BookmarkList" }, { "mo", "<cmd>BookmarksGoto<cr>", mode = { "n", "v" }, desc = "Go to bookmark at current active BookmarkList" },