home.social

#neovim — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #neovim, aggregated by home.social.

  1. New Jet blogpost! This one shows how to implement custom autocompletions in Python which read data directly from your runtime. I used this to get completions for Pyspark column names and it's been suuper useful:

    jacobnscott.com/posts/hacking-

  2. Моя главная страсть — это работа.
    Я никогда не понимал всех этих «наворотов» — элементов, добавленных лишь ради внешнего вида в ущерб удобству использования.
    ---------------------
    ОС: Manjaro Linux
    Окружение рабочего стола: KDE Plasma
    IDE: neovide
    Рисование: Inkscape
    Работа с текстом: LibreOffice

    #Linux #kde #developer #neovim #writing #libreoffice #drawing #inkscape

  3. #neovim Development News

    The 0.12 version adds `]N` and `[N` Visual mode mappings for expanding selection to sibling treesitter node.

    PR:
    - github.com/neovim/neovi...

    feat(treesitter): select grow ...

  4. Is there something faster in #vim or #neovim then:

    :cexpr [] | silent! bufdo vimgrepadd /XYZ/ % | copen

    to grep for XYZ in all bufferns?