XVimProject/XVim

Feature: Give the option to use Neovim as a backend

Tylerc230 opened this issue · 10 comments

Neovim is able to be used as a headless backend without a UI. This means that it may be possible to route keypresses from xcode to neovim and show neovim's buffer in xcode. This would allow access to all vim plugins and built in features in Xcode.

Yea that kind of thing is considered. Actually it is possible to pass all the buffer to Neovim or Vim and execute command and apply back the result to Xcode, but I think this is not really smart solution since this would be disable to use Xcode features like auto complete. That is the main reason I'm not doing it.

I think it might be a great time to revisit this idea with the new architecture of xcode forcing your hand at a full rewrite? It would be really nice to have a full featured, full vim as a backing to xcode. Couldn't there be an intercept layer that dispatches xcode specific features before sending the buffer to neovim or having neovim act on the on disk buffer?

@Tylerc230 do you know where that is documented?

ah yeah. I have used sourcekitten for completion before for completion in emacs.

https://github.com/jpsim/SourceKitten