home.social

#neovim — Public Fediverse posts

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

  1. For a long while I fiddled a bit between #vim, #neovim, then plain. I was tired of fiddling with configs and differences between systems. Then I discovered the #Helix Editor. What an amazing experience 🚀 Just a little bit of configuration and it works like a charm. Yes, a few key combinations are different, but the transition is going smoothly. I also love the integration possibility for #Rust, which is of great help while learning the language.

  2. #neovim Development News

    The 0.12 version adds the ability to disable automatic background detection during startup by setting the environment variable `NVIM_NOTTYFAST`. This improves working with slow SSH connection.

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

    feat(startup): restore ttyfast...

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

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

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

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

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

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

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

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

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

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

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

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

  10. En cherchant des infos sur les digraphs dans NeoVim, je tombe sur cette page avec un tableau qui explique la logique derrière ceuxèci. Je garde !

    Vim digraphs
    renenyffenegger.ch/notes/devel

    #NeoVim #Shaarli2Mastodon

  11. For me the moment I realised, that #niri is really great, is when I realised I do not need #texmaker anymore. Why, we'll it's there to write #latex and see the compiled PDF. But with Niri it's even more elegant than other window manager, for our our purpose same result: I just write the code in #neovim and in the other panel is bash and I compile with #taskfile. Than beside the terminal I have a PDF reader (#evince) and see the build results.

  12. Je découvre l'utilisation de Quickfix (il était temps, je crois !) avec mon LazyVim :
    - <Leader>sb (pour chercher dans le buffer actuel)
    - Je tape la chaîne recherchée et j'obtiens toutes les lignes comportant celle-ci
    - CTRL-Q : Ouvre la liste obtenue dans une fenêtre Quickfix (et là je peux soit naviguer, soit copier/coller cette liste pour en faire ce que je souhaite).

    Note: Nvim Quickfix
    shaarli.demapage.fr/shaare/Kx0

    #NeoVim #Vim #Shaarli2Mastodon

  13. Ayé, dans le TGV pour le #tupperVim parisien ce soir ! Ça se passe chez #Moji à Nanterre, de 19h jusque tard. On y parlera #Vim, #Neovim, #CLI

    Pour attendre les Vimistes, on a prévu d’apporter nos claviers préférés pour les faire essayer. J’ai emporté mes deux claviers préférés du moment, un #Atreus et un #Keymini.

    Il est encore possible de s’inscrire ici :
    pad.gresille.org/p/tuppervim-p

  14. Hi all! I studied computer science with a focus on RTOS and FP/PL, but I graduated law school earlier this year. I practice at a boutique firm that primarily handles IP cases. I foilboard and I play way too many rhythm games in and out of the arcade.

    I contribute to open source projects where I can, and I write up my experience in my digital garden which I’ve been maintaining for 2 years now. It’s also a good place to find usage tips for projects/tools that you might want to use.

    My passion for tech also includes privacy, and I’m an advocate for minimizing your digital footprint. GenAI is a scam and its purveyors are causing real harm while they sell it as hard as they can.

    Follow me for: #selfhosting #digitalgardening #privacy #lawfedi #section230 #copyright #patents #rustlang #gleam #haskell #RSS #neovim #NixOS #zotero #tmux #alacritty #linux #egpu #qemu #arch #archlinux #GNOME #watches #watchmaking #obsidian #obsidianmd #thunderbird #fpv #mechkeys #mechkeeb #mechanicalkeyboard #matrix #signal #fido2 #passkeys #dancerushstardom

  15. Petit pense-bête pour l'auto-complétion dans Vim (ou NeoVim).
    Merci @hyde !

    What can you autocomplete ? Numerous things:
    - Words in the thesaurus CTRL-X CTRL-T
    - Words in the dictionary CTRL-X CTRL-K
    - Spelling completion CTRL-X s
    - Whole lines using CTRL-X CTRL-L
    - Words in the current buffer CTRL-X CTRL-N
    - Filename CTRL-X CTRL-F
    - Tags CTRL-X CTRL-]
    - Definitions o…

    Vim autocomplete
    lazybear.io/posts/vim-autocomp

    #NeoVim #Shaarli2Mastodon

  16. Une config NeoVim qui tire partie de la série des plugins "mini". Sûrement quelques bonnes sources d'inspiration.

    Making my Nvim Feel More Like Helix with Mini.nvim
    evantravers.com/articles/2024/

    #NeoVim #Shaarli2Mastodon

  17. This evening at 19:30 CET (in 2 hours) I will stream part 2 of my attempt to oxidize a Processing sketch to #Rust and #Nannou using #Neovim.

    twitch.tv/jhaand