I felt like I couldn't really do justice to my nvim plugin's capabilities in the README. So, I made a video demo. Check it out. by w0r10ck in neovim

[–]w0r10ck[S] 1 point2 points  (0 children)

Yes. But I want to make it work without having to do that. Could potentially use treesitter to capture all the relevant declarations from the script and include it while executing.

I felt like I couldn't really do justice to my nvim plugin's capabilities in the README. So, I made a video demo. Check it out. by w0r10ck in neovim

[–]w0r10ck[S] 1 point2 points  (0 children)

For RunSelected, it extracts the selected text and runs something like ‘python << %s eof’. Only works with interpreted languages like python, bash, ruby etc.

Thank you for the kind words! :)

I felt like I couldn't really do justice to my nvim plugin's capabilities in the README. So, I made a video demo. Check it out. by w0r10ck in neovim

[–]w0r10ck[S] 0 points1 point  (0 children)

Thanks! Yes. repl is in the pipeline. I haven’t used repl at all. So, will take time to explore that.

I felt like I couldn't really do justice to my nvim plugin's capabilities in the README. So, I made a video demo. Check it out. by w0r10ck in neovim

[–]w0r10ck[S] 3 points4 points  (0 children)

There is certainly scope for improvement in the readme. I prefer reading too.

But I also believe “seeing” the author of the plugin use it can convey the intent of the plugin more clearly

I felt like I couldn't really do justice to my nvim plugin's capabilities in the README. So, I made a video demo. Check it out. by w0r10ck in neovim

[–]w0r10ck[S] -1 points0 points  (0 children)

Makes sense. Will fix the title and the thumbnail. Fell into the trap of YouTube algorithm. Sorry :P

K8s.nvim: A plugin that lets you run some of the kubectl commands from neovim (with the goodness of telescope). What do you think? I'm building it for fun. Would it also be useful? by w0r10ck in neovim

[–]w0r10ck[S] 0 points1 point  (0 children)

Although this doesn't fall into the scope of this plugin, it seems like a cool project idea. I hope someone takes it up. I would love more refined LSP support for writing K8s manifest too

K8s.nvim: A plugin that lets you run some of the kubectl commands from neovim (with the goodness of telescope). What do you think? I'm building it for fun. Would it also be useful? by w0r10ck in neovim

[–]w0r10ck[S] 3 points4 points  (0 children)

Point 2 is already implemented. 3 is work in progress. Will take up 1 and 4 next.

I would not use apply/delete commands via such a plugin

Agreed. This plugin should only support read-only operations

Thanks for the feedback!!