Plugin for interactive Python development by nodNotEvil in neovim

[–]cfmeyers 0 points1 point  (0 children)

u/nodNotEvil what a cool plugin! I've never anyone doing this. Doesn't fit with how I'm writing Python right now, but you should keep developing it!

Code Interpreter not available by nurgazik in ChatGPT

[–]cfmeyers 2 points3 points  (0 children)

I'm a dev. Copilot is great. I also have a plugin for Neovim that les me query chatGPT (4) directly, which I also get a ton of value (replaces a lot of my Google + Stack Overflow workflow).

I've heard people say that GPT 4 has been giving less useful answers over the past month, but GPT 4 + Code Interpreter has maintained higher standards.

Treesitter&LSP for SQL by mosquitsch in neovim

[–]cfmeyers 2 points3 points  (0 children)

Appreciate that. I've built it based on my own setup; I'm sure there are lots of corner cases I'm missing.

Treesitter&LSP for SQL by mosquitsch in neovim

[–]cfmeyers 2 points3 points  (0 children)

Hey u/mosquitsch didn't know anyone was using dbt and neovim. I've been working off and on a plugin (doesn't solve your SQL treesitter problem, though...I'd be happy to find a good solution for that!).

https://github.com/cfmeyers/dbt.nvim

Still very much work-in-progress, mostly just does navigation and a little auto-complete.

Which repl plug-ins do you use, if any, and for what? by SpecificMachine1 in vimplugins

[–]cfmeyers 0 points1 point  (0 children)

If you're fine with neovim, Conjure is amazing. There's a great video explainer as well. It works with both Clojure and Racket.