Show HN: CodeGPT.nvim – ChatGPT plugin for Neovim
41–49 of 49 posts
Re: Show HN: CodeGPT.nvim – ChatGPT plugin for Neovim
#42Great job on creating CodeGPT.nvim! This plugin for neovim seems like a useful tool for code-related tasks such as code completion, refactoring, and generating documentation. The clear instructions for installation, including setting the environment variable and required plugins, make it easy for users to get started. The use of the ChatGPT API is also an exciting feature that adds a unique aspect to the plugin. Over…
Re: Show HN: CodeGPT.nvim – ChatGPT plugin for Neovim
#43Great job on creating CodeGPT.nvim! This plugin for neovim seems like a useful tool for code-related tasks such as code completion, refactoring, and generating documentation. The clear instructions for installation, including setting the environment variable and required plugins, make it easy for users to get started. The use of the ChatGPT API is also an exciting feature that adds a unique aspect to the plugin. Over…
Re: Show HN: CodeGPT.nvim – ChatGPT plugin for Neovim
#44After the temporary outage of history in the openai web interface yesterday, I just want a simple no bells and whistles way to interface with chatGPT and have a local log kept. One big log is okay, but it would be nice to save sessions to unique files.
Re: Show HN: CodeGPT.nvim – ChatGPT plugin for Neovim
#45Earlier quoted context omitted.
> It's like we're LLMs ourselves... Absolutely. That’s a very exciting thing. These tools are forcing us to confront who we are. Interestingly, LLMs (so far) are similarly limited, they can only ingest/digest so much data at a time, so we are trying to figure ways around it. Just like humans, soon there will be lots of specialized LLMs, ones that do only certain types of law, or only one programming language, or even…
>forcing us to confront who we are. LLMs don't force me to confront who I am any more than a dog does when I see them eating. LLMs generate copycat ideas. So do I. Dogs eat. So do I. Neither of these cause me any kind of identity crisis.
However. Can dogs write too? Can they write better code than you? Can they write better letters/documents/proposals/essays than you?
Because ChatGPT can.
If you apply that at a global scale, as quickly as it is happening, it’s easy to imagine that pretty soon there’s going to be a big change in the way we interact with technology and how we view ourselves in the world.
Re: Show HN: CodeGPT.nvim – ChatGPT plugin for Neovim
#46Re: Show HN: CodeGPT.nvim – ChatGPT plugin for Neovim
#47Will this work for vim as well? would love to use it if it does.