Marcelo Carvalho

Results 8 comments of Marcelo Carvalho

"Wow, this repo is lit! 😍 I'm completely floored by the grind and dedication of the person behind this, and when I found the YouTube channel, it was a game-changer....

```lua return { "3rd/image.nvim", config = function() -- default config require("image").setup({ backend = "kitty", integrations = { markdown = { enabled = true, clear_in_insert_mode = false, download_remote_images = true, only_render_image_at_cursor...

```lua return { "3rd/image.nvim", config = function() -- default config require("image").setup({ backend = "kitty", integrations = { markdown = { enabled = true, clear_in_insert_mode = false, download_remote_images = true, only_render_image_at_cursor...

```txt Has anyone here had success installing and configuring using Lazy as a plugin manager? Because then I could take a look at the repository. I'm testing on Mac and...

> If you are using lazy, make sure the plugin _is_ loaded with `ft = "norg"`. > > Or add `["core.integrations.image"]` to neorg's load module table. ```md # I added...

Guys, the problem was the operating system. Everything worked fine on an Ubuntu VM. Mac Problem: ```bash ❯ luarocks install magick --check-lua-versions magick not found for Lua 5.4. Checking if...

@mesa123123 About this: image.nvim: magick rock not found, please install it and restart your editor I listened to @Gabz-Araujo's suggestion: ```zsh luarocks --lua-version=5.1 install magick ``` The solution I found...