-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Vim8 #11
Comments
Makes sense, I haven't put any effort into supporting vim8. I think this is the automatic I'm not sure that the plugin will work, generally, with vim8, I haven't tested. Maybe it would with https://github.com/roxma/vim-hug-neovim-rpc or similar. This could potentially be rewritten to not use the |
Edit: Use the newly tweaked let platform = fireplace#platform()
return call(platform.BufferNs, a:000, platform) |
Adding the namespace also doesn't play nice if another template is applied first (from salve.vim for example). Consider clearing the buffer with |
One of the issues I previously had (and I'm not sure I fixed it with my impl - but was an eventual goal) was that This is more obvious for this particular task. I'll have a go at porting this over to fireplace#ns(), as I know there's bugs in my implementation anyway. |
I really recommend against editing a file before creating a directory - Vim does not like it when you do that - but I think it would be okay to tweak |
As often happens, deciding what needs to be done means I went ahead and did it. This also means I had to automatically connect based on that busted buffer name which is a bit discomforting but I guess we'll see if anything breaks. |
If there's no repl running then replant#ns() returns I think this functionality has overlap with salve.vim. |
I would blacklist |
The text was updated successfully, but these errors were encountered: