File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 "none-ls.nvim" : { "branch" : " main" , "commit" : " 01f8e62ea11603e59ad9ff7afcfa94fd183f76d6" },
2929 "nui.nvim" : { "branch" : " main" , "commit" : " de740991c12411b663994b2860f1a4fd0937c130" },
3030 "nvim-autopairs" : { "branch" : " master" , "commit" : " 7b9923abad60b903ece7c52940e1321d39eccc79" },
31- "nvim-clipy" : { "branch" : " main" , "commit" : " 9d9cdcc04ef14f3aa1ded7b62d77e73f4dde3990 " },
31+ "nvim-clipy" : { "branch" : " main" , "commit" : " c214ef503400eb055d2340ed5cf312f4efd27d24 " },
3232 "nvim-cmp" : { "branch" : " main" , "commit" : " a1d504892f2bc56c2e79b65c6faded2fd21f3eca" },
3333 "nvim-highlight-colors" : { "branch" : " main" , "commit" : " e4c7af0211866162d999ce0bdd6a029302e19139" },
3434 "nvim-lspconfig" : { "branch" : " master" , "commit" : " 292f44408498103c47996ff5c18fd366293840d8" },
Original file line number Diff line number Diff line change @@ -13,6 +13,13 @@ return {
1313 end ,
1414 desc = " Clipboard history" ,
1515 },
16+ {
17+ " <leader>fy" ,
18+ function ()
19+ require (" nvim-clipy.browser" ).open ()
20+ end ,
21+ desc = " Clipboard history" ,
22+ },
1623 },
1724 config = function ()
1825 require (" nvim-clipy" ).setup ()
You can’t perform that action at this time.
0 commit comments