Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TwIStOy committed Dec 4, 2023
1 parent 32c2361 commit f5e6f6b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/conf/plugins/edit/bookmark-nvim.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ const spec: PluginOptsBase = {
keys: [
{
[1]: "<leader>lm",
[2]: "Telescope bookmarks",
[2]: () => {
vim.api.nvim_command("Telescope bookmarks");
},
desc: "list-bookmarks",
silent: true,
},
Expand Down

0 comments on commit f5e6f6b

Please sign in to comment.