Skip to content

Commit

Permalink
fix(yanky-nvim): Fix yanky.nvim loading when restoring session (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaozwn authored Sep 3, 2023
1 parent 177f8f4 commit e35186e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/astrocommunity/editing-support/yanky-nvim/init.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
return {
"gbprod/yanky.nvim",
event = "UIEnter",
dependencies = { { "kkharji/sqlite.lua", enabled = not jit.os:find "Windows" } },
opts = function()
local mapping = require "yanky.telescope.mapping"
Expand Down

0 comments on commit e35186e

Please sign in to comment.