carbon-now.nvim icon indicating copy to clipboard operation
carbon-now.nvim copied to clipboard

Create beautiful code snippets directly from your neovim terminal

Results 8 carbon-now.nvim issues
Sort by recently updated
recently updated
newest added

Add multiple sources, for example: * [carbon.now](https://carbon.now.sh/)(already implemented) * [ray.so](https://ray.so/)

https://neovim.io/doc/user/lua.html#vim.ui

The plugin doesn't work with cmd shell with windows. vim.opt.shell is cmd.exe by default. **Todo:** - Using single quote doesn't work in cmd, it must be double quotes. - The...

Hi, I wasn' t able to use the plugin on windows without defining the open_cmd config. The reason is vim.fn.executable and vim.fn.has return 0/1 which is always true in lua,...

After installing carbon-now.nvim I get the following error ![20240510_16h56m18s_grim](https://github.com/ellisonleao/carbon-now.nvim/assets/145018/d32ef4ce-19b1-4e77-bba7-1b1c250adf8c)

Hello, First time user here. I am getting above error when I start neovim. error: ``` Failed to load `plugins.carbon` ...local/share/nvim/lazy/lazy.nvim/lua/lazy/core/plugin.lua:67: attempt to call method 'find' (a nil value) #...

``` Error executing Lua callback: ...ite/pack/packer/start/carbon-now.nvim/lua/carbon-now.lua:144: attempt to call field 'open' (a nil value) stack traceback: ...ite/pack/packer/start/carbon-now.nvim/lua/carbon-now.lua:144: in function 'create_snapshot' ...ite/pack/packer/start/carbon-now.nvim/lua/carbon-now.lua:149: in function ``` ![CleanShot 2024-06-08 at 10  01 07](https://github.com/ellisonleao/carbon-now.nvim/assets/76700939/6d9a874d-28f5-4ce4-bedc-c099a743ad39)