silicon.lua (113B)
1 if not pcall(require, 'nvim-silicon') then 2 return 3 end 4 5 require 'nvim-silicon'.setup { 6 to_clipboard = true, 7 }