Hacker Newsnew | past | comments | ask | show | jobs | submit | marcelarie's commentslogin

I created a podcast of the document generated with NotebookLM in case someone wants an overview before checking it:

https://notebooklm.google.com/notebook/b01ebf44-9406-4ba6-be...


I listened to it for 5 minutes and I'm genuinely impressed by what the LM did. Especially the metaphores/comparisons it came up with. However it would be much easier to follow if it were accompanied with a slide show. Also, the plentyful 'awesome's and 'gotit's in between make it easy to be recognized as being artificially generated.


nvim has a really good cursor integration plugin https://github.com/yetone/avante.nvim


nvim has a really good cursor integration plugin https://github.com/yetone/avante.nvim


second person to share this with me recently, will have to try it out. Looks pretty alpha, but interesting


In neovim I would recommend setting shellcheck with null.ls or using the bash language server: https://github.com/bash-lsp/bash-language-server

both work really well


you can use nvim then, it has shellcheck for diagnostics and formatting, like in vscode :)

here the link to the config: https://github.com/jose-elias-alvarez/null-ls.nvim/blob/main...


Thanks, for the link, man! Helpful. Is nvim, like, command line? I don't like to be in GUI when I'm coding. I mean I guess I could hook up my Quake style iTerm2 dropdown overlay to display a GUI window (but I think that only works on Windows with ConEmu). It's just easier for me to stay in command line, switch to GUI to eval or research...or watch videos! Haha


nvim is a fork of vim, so yes it’s a command line editor


Cool! Will give a try.


I don't know if this exists but it could be done using Treesitter. This is already done for syntax highlighting, nvim could check the syntax from a string after a specific pattern, like gql`` in Typescript.

This should be configured by the user, idk if a default implementation could work correctly in all cases.


nice


A pluggable framework for integrating AI code assistance into Neovim. The goals are to make using AI code assistance unobtrusive, and to make it easy to create and share new flows that use AI code assistance. Go to quickstart for how to install. It currently works with OpenAI Codex.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: