This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-02-10
Channels
- # beginners (7)
- # calva (1)
- # cider (8)
- # clojure (21)
- # clojure-austin (5)
- # clojure-dev (26)
- # clojure-europe (7)
- # clojuredesign-podcast (4)
- # clojurescript (2)
- # code-reviews (4)
- # community-development (4)
- # datomic (1)
- # emacs (14)
- # lsp (21)
- # pedestal (8)
- # polylith (16)
- # reitit (6)
- # releases (2)
- # vim (14)
- # xtdb (5)
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 commandI do not know, but wanted to mention that there is a #C0DF8R51A channel in this Slack that might be helpful on this topic, too.
thank you @U0CMVHBL2! i just saw there is a #C02PR4GM873 that i think will help me as well 🙂
i wrote a little blog post on how i got things to work 🙂 https://dev.to/tjb/lunarvim-vim-iced-configuration-47ik
👍 1