https://www.reddit.com/r/neovim/s/IBUx74oAwB
Explained in my reddit post, I essentially want to implement what vscode hover has in Neovim. Right now FsAutoComplete is serving only what vscode's ionide can really work with.
I want to make a pr for this to work for neovim.
What advice would you guys have to properly implement the FsAutoComplete pr? I know I'm going to have to grab the editor name from the config, check it's not vscode, etc. But I'm not sure how to implement things from the neovim side.
Thoughts?