#neovim — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #neovim, aggregated by home.social.
-
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.
-
#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... -
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:
-
Моя главная страсть — это работа.
Я никогда не понимал всех этих «наворотов» — элементов, добавленных лишь ради внешнего вида в ущерб удобству использования.
---------------------
ОС: Manjaro Linux
Окружение рабочего стола: KDE Plasma
IDE: neovide
Рисование: Inkscape
Работа с текстом: LibreOffice#Linux #kde #developer #neovim #writing #libreoffice #drawing #inkscape
-
Моя главная страсть — это работа.
Я никогда не понимал всех этих «наворотов» — элементов, добавленных лишь ради внешнего вида в ущерб удобству использования.
---------------------
ОС: Manjaro Linux
Окружение рабочего стола: KDE Plasma
IDE: neovide
Рисование: Inkscape
Работа с текстом: LibreOffice#Linux #kde #developer #neovim #writing #libreoffice #drawing #inkscape
-
Моя главная страсть — это работа.
Я никогда не понимал всех этих «наворотов» — элементов, добавленных лишь ради внешнего вида в ущерб удобству использования.
---------------------
ОС: Manjaro Linux
Окружение рабочего стола: KDE Plasma
IDE: neovide
Рисование: Inkscape
Работа с текстом: LibreOffice#Linux #kde #developer #neovim #writing #libreoffice #drawing #inkscape
-
Моя главная страсть — это работа.
Я никогда не понимал всех этих «наворотов» — элементов, добавленных лишь ради внешнего вида в ущерб удобству использования.
---------------------
ОС: Manjaro Linux
Окружение рабочего стола: KDE Plasma
IDE: neovide
Рисование: Inkscape
Работа с текстом: LibreOffice#Linux #kde #developer #neovim #writing #libreoffice #drawing #inkscape
-
Моя главная страсть — это работа.
Я никогда не понимал всех этих «наворотов» — элементов, добавленных лишь ради внешнего вида в ущерб удобству использования.
---------------------
ОС: Manjaro Linux
Окружение рабочего стола: KDE Plasma
IDE: neovide
Рисование: Inkscape
Работа с текстом: LibreOffice#Linux #kde #developer #neovim #writing #libreoffice #drawing #inkscape
-
#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 ... -
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
https://renenyffenegger.ch/notes/development/vim/editing/digraphs -
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.
-
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
https://shaarli.demapage.fr/shaare/Kx0eSg -
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 :
https://pad.gresille.org/p/tuppervim-paris-2025-03-12 -
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
-
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
https://lazybear.io/posts/vim-autocomplete/ -
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
https://evantravers.com/articles/2024/09/17/making-my-nvim-act-more-like-helix-with-mini-nvim/ -
Twitch stream in 10 minutes.
#rustlang #rust #nannou #neovim
Oxidizing a Processing sketch ep. 2 http://twitcht.tv/jhaand