Fork me on GitHub
#beginners
<
2024-02-10
>
tjb05:02:34

has anyone had success with vim-iced and lunarvim set up?

tjb05:02:14

I have this in my config.lua

{
    "guns/vim-sexp"
  },
  {
    "liquidz/vim-iced",
    config = function()
      vim.g.iced_enable_default_key_mappings = true
    end
  }
and i have run the curl command for neovim but when i run :IcedConnect it says this is not a command

andy.fingerhut05:02:01

I do not know, but wanted to mention that there is a #C0DF8R51A channel in this Slack that might be helpful on this topic, too.

tjb05:02:44

thank you @U0CMVHBL2! i just saw there is a #C02PR4GM873 that i think will help me as well 🙂

tjb05:02:10

woo -- got :IcedConnect to show some errors connection failed: connection refused

sharky11:02:18

Did you start the repl in your lein project folder ?

tjb04:02:54

i wrote a little blog post on how i got things to work 🙂 https://dev.to/tjb/lunarvim-vim-iced-configuration-47ik

👍 1