Live data from Hacker News

Viewing profile — marcelarie

marcelarie

HN member
Joined
Sat, May 15, 2021, 7:33 PM UTC
HN karma
0
Public activity
12 items

About marcelarie

No profile information was provided.

Recent public activity

  1. comment
    Comment #41991276

    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...

  2. comment
  3. comment
    Comment #41303256

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

  4. comment
    Comment #41303255

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

  5. comment
    Comment #37610269

    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

  6. comment
    Comment #37610258

    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…

  7. comment
    Comment #37027625

    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,…

  8. story
  9. comment
  10. comment
  11. comment
    Comment #28549013

    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 …

  12. story