liquidz / vim-iced

Clojure Interactive Development Environment for Vim8/Neovim
https://liquidz.github.io/vim-iced/
MIT License
518 stars 35 forks source link

How is skeleton intended to work? #119

Closed devth closed 4 years ago

devth commented 5 years ago
Provides code skeleton when you open new file

I created a new .clj file and opened it while connected to iced. Messages shows:

|| Connected.
|| (ns ..) form is not found.

Do I need to activate it?

liquidz commented 5 years ago

@devth I'm sorry for late reply! vim-iced uses BufNewFile auto command for generating skeleton. So you shouldn't create new .clj file beforehand.

Could you try following steps?

devth commented 5 years ago

I will try this out! Thank you for the explanation. I am happy to help improve the docs on this project as I go, if you'd like.

And thank you for this amazing plugin! I've switched completely from fireplace to vim-iced and love it. I even used it for a livecoding session a few weeks ago, and will be using it again at Clojure/north this week! The CIDER capabilities are magic 🎇

liquidz commented 5 years ago

I'm glad to hear that! PR is very welcomed!!

liquidz commented 4 years ago

I added a document for skeleton https://vim-iced-nightly.netlify.com/#skeleton

devth commented 4 years ago

New docs look amazing. Thanks @liquidz!!