TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The complete guide to iOS and macOS development in Neovim

26 pointsby ljosifovover 1 year ago

3 comments

mrweaselover 1 year ago
Aren&#x27;t you making things needlessly complicated as this point? I like Vim, and Neovim, but wouldn&#x27;t it be better &#x2F; smarter &#x2F; faster to just use Xcode?<p>It&#x27;s great that Neovim can be used for iOS and macOS development, I perhaps fail to see the point. Xcode isn&#x27;t the greatest IDE developer conceived by man, it&#x27;s probably not even in the top 10, but at least you know that it will remain fairly stable (as in it&#x27;s a stable platform, not that it&#x27;s unlikely to crash) and always support iOS and macOS in the latest version. Every bit of documentation and reference material out there is also going to assume that you run Xcode... Oh and as the article points out, you&#x27;re going to need Xcode anyway.
评论 #38394065 未加载
评论 #38393778 未加载
jtempletonover 1 year ago
I&#x27;ve experimented with Neovim a few times, adding all sorts of plugins to make it work like VSCode or a Jetbrains IDE. But honestly, I just can&#x27;t seem to get it to run as smoothly or feel as good as those IDEs.<p>It’s something to do with one of the LSPs that bogs it down and makes the experience untenable
TheRoqueover 1 year ago
Here&#x27;s my monthly thread about the usual vim VS VSCode fights. Funny that these debates happen over and over everytime neovim pops up.