#lazyvim — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #lazyvim, aggregated by home.social.
-
[Veille 📣] Chapter 1: Introduction and Installation - LazyVim for Ambitious Developers
https://lazyvim-ambitious-devs.phillips.codes/course/chapter-1/Tutoriel sur l’utilisation de LazyVim pour NeoVim.
Lien vers cette entrée dans ma veille : https://liens.declosure.ch/shaare/mvV8WA
Toute ma veille est disponible ici : https://liens.declosure.ch/
#neovim #tutoriel #vim #LazyVim
#links #liens #veille -
[Veille 📣] Chapter 1: Introduction and Installation - LazyVim for Ambitious Developers
https://lazyvim-ambitious-devs.phillips.codes/course/chapter-1/Tutoriel sur l’utilisation de LazyVim pour NeoVim.
Lien vers cette entrée dans ma veille : https://liens.declosure.ch/shaare/mvV8WA
Toute ma veille est disponible ici : https://liens.declosure.ch/
#neovim #tutoriel #vim #LazyVim
#links #liens #veille -
This weekend I tried replacing LazyVim with my own Neovim config that replicated what the distro gives me.
It mostly worked.
Then I noticed all the small things I was missing, and the config slowly became a monstrous atrocity.
So I moved back to LazyVim.
I like the idea of owning my config, but apparently I like having a working editor more.
-
This weekend I tried replacing LazyVim with my own Neovim config that replicated what the distro gives me.
It mostly worked.
Then I noticed all the small things I was missing, and the config slowly became a monstrous atrocity.
So I moved back to LazyVim.
I like the idea of owning my config, but apparently I like having a working editor more.
-
I just published a practical guide to @neovim and LazyVim.
Not a “learn everything at once” guide, but a realistic starting point: why use Neovim in 2026, how modal editing works, the commands that actually matter, text objects, LSP, lazy.nvim, and a gradual method to learn without getting lost.
For anyone who wants a lighter, keyboard-driven, open-source, and highly portable editing environment.
-
I just published a practical guide to @neovim and LazyVim.
Not a “learn everything at once” guide, but a realistic starting point: why use Neovim in 2026, how modal editing works, the commands that actually matter, text objects, LSP, lazy.nvim, and a gradual method to learn without getting lost.
For anyone who wants a lighter, keyboard-driven, open-source, and highly portable editing environment.
-
I am enjoying neovim plugin https://github.com/esmuellert/codediff.nvim for reviewing git changes/history to the point that i have a alias in my git aliases:
[alias]
diffc = "!f() { args=\"$@\"; [ -z \"$args\" -a -z \"$(git status --porcelain)\" ] && args=\"HEAD~1\"; diff -c \":CodeDiff ${args}\"; }; f"my lazy.vim config on how i configure it is here:
-
I am enjoying neovim plugin https://github.com/esmuellert/codediff.nvim for reviewing git changes/history to the point that i have a alias in my git aliases:
[alias]
diffc = "!f() { args=\"$@\"; [ -z \"$args\" -a -z \"$(git status --porcelain)\" ] && args=\"HEAD~1\"; diff -c \":CodeDiff ${args}\"; }; f"my lazy.vim config on how i configure it is here:
-
I haven't even tried nor have I even research much. But if I were going to return an older system as a dedicated distraction free IDE with only neo/lazy vim and lazy git and a few other minimal terminal based tools..can I run multi monitor without a GUI?
-
I haven't even tried nor have I even research much. But if I were going to return an older system as a dedicated distraction free IDE with only neo/lazy vim and lazy git and a few other minimal terminal based tools..can I run multi monitor without a GUI?
-
Just tried #LazyVim …
… and _now_ I understand why people prefer #NeoVim to #Vim and how it inspired #Helix
This makes (Neo)Vim actually fun :)
And the book is great at introducing you to (Lazy/Neo)Vim too:
https://lazyvim-ambitious-devs.phillips.codes/ -
Just tried #LazyVim …
… and _now_ I understand why people prefer #NeoVim to #Vim and how it inspired #Helix
This makes (Neo)Vim actually fun :)
And the book is great at introducing you to (Lazy/Neo)Vim too:
https://lazyvim-ambitious-devs.phillips.codes/ -
#vim/#neovim scrolling:
- top/bottom: gg/G
- page up/page down: Ctrl+B/Ctrl+F (or... PgUp/PgDn, duh!) - "back"/"forward"
- half page up/down Ctrl+U/Ctrld+D - "up"/"down"
- scroll w/o moving cursor: Ctrl+E/Ctrl+Y
- scroll to put current line at top/middle/bottom: zt/zz/zb
- move cursor to top/middle/bottom of screen: H/M/L (note: H and L are remapped by #LazyVim)
-
#vim/#neovim scrolling:
- top/bottom: gg/G
- page up/page down: Ctrl+B/Ctrl+F (or... PgUp/PgDn, duh!) - "back"/"forward"
- half page up/down Ctrl+U/Ctrld+D - "up"/"down"
- scroll w/o moving cursor: Ctrl+E/Ctrl+Y
- scroll to put current line at top/middle/bottom: zt/zz/zb
- move cursor to top/middle/bottom of screen: H/M/L (note: H and L are remapped by #LazyVim)
-
OK so someone talk me down here.. Can I build a custom live distro with just the apps I use and use something like a self hosted sh file that I can pipe to shell to setup my customization and download dotfiles and have a ephemeral OS that I can be at "home" with any x64 PC with an internet connection? How feasible is this? anyone doing somehting similar. I mean I web browse, email and write some code..
-
OK so someone talk me down here.. Can I build a custom live distro with just the apps I use and use something like a self hosted sh file that I can pipe to shell to setup my customization and download dotfiles and have a ephemeral OS that I can be at "home" with any x64 PC with an internet connection? How feasible is this? anyone doing somehting similar. I mean I web browse, email and write some code..
-
@celfred Tu dois le savoir mais ce n'est peut-être pas le cas de toustes.
Ce comportement est lié à #Telescope qui vient avec #LazyVim. La distro en elle-même ne fait rien de magique. -
@celfred Tu dois le savoir mais ce n'est peut-être pas le cas de toustes.
Ce comportement est lié à #Telescope qui vient avec #LazyVim. La distro en elle-même ne fait rien de magique. -
I've come across the odd ones stuck in that ((((LISP)))) world.
1+ year ago I went vscode -> :neovim: and haven't looked back. Absolutely loving it with #LazyVim.
-
I've come across the odd ones stuck in that ((((LISP)))) world.
1+ year ago I went vscode -> :neovim: and haven't looked back. Absolutely loving it with #LazyVim.
-
Just discovered #lazyvim
How have I never tried it before?? That's so cool! -
I've been using #vscode for a long time now, both at work and in private. I remember switching to it felt weird and lightweight and it took me a bit to get used to. But ever since I've had the feeling on depending on #ms which I battled with "oh well it's #opensource so if ms ruins it, there will be forks".
Lately however they went all in #ai being the primary focus. That made me realise that sooner or later they are gonna gate keep with that "bonus AI features" that you can't get otherwise or you already pay for.
So I started looking for alternatives and initially landed on the #Zed text editor. That works great and is astonishingly fast!
But zed also started the same play as ms, put as many AI features as possible as a monetization strategy.So when I found out that neovim also has mouse supprt, I finally got to setup #neovim via #lazyvim and I was pleasantly surprised how good it is. Even the supoort for #flutter is better the on zed. It's basically same as on the officially supported vscode! Looking forward to a new journey with #opensource
-
I've been using #vscode for a long time now, both at work and in private. I remember switching to it felt weird and lightweight and it took me a bit to get used to. But ever since I've had the feeling on depending on #ms which I battled with "oh well it's #opensource so if ms ruins it, there will be forks".
Lately however they went all in #ai being the primary focus. That made me realise that sooner or later they are gonna gate keep with that "bonus AI features" that you can't get otherwise or you already pay for.
So I started looking for alternatives and initially landed on the #Zed text editor. That works great and is astonishingly fast!
But zed also started the same play as ms, put as many AI features as possible as a monetization strategy.So when I found out that neovim also has mouse supprt, I finally got to setup #neovim via #lazyvim and I was pleasantly surprised how good it is. Even the supoort for #flutter is better the on zed. It's basically same as on the officially supported vscode! Looking forward to a new journey with #opensource
-
@lukalix98 Vim is great, and with your commitment, it gets even better.
I am by no means one of those huge vim experts, buy I’ve been using it seriously now for about 10 years.
What really blew my mind was when I applied Lazyvim. https://www.lazyvim.orgI exclusively use Neovim with LazyVim. 3 minute setup.
[edited to change ‘get’ to ‘gets’] -
@lukalix98 Vim is great, and with your commitment, it gets even better.
I am by no means one of those huge vim experts, buy I’ve been using it seriously now for about 10 years.
What really blew my mind was when I applied Lazyvim. https://www.lazyvim.orgI exclusively use Neovim with LazyVim. 3 minute setup.
[edited to change ‘get’ to ‘gets’] -
It took me a while of reading the #LazyVim config to realize it abuses the "opts" key of nvim-lspconfig plugin definition to store lsp configuration data unrelated to the plugin itself, and then its "config" function to act on the data.
It feels unholy, but the creator is also author of lazy.nvim, and thus does this to his own package manager. So I guess he knows better than me :)
-
pleeease, #help me with LSP in #neovim :nkoHide:
I have mason, lspconfig and mason-lspconfig installed, so LSP servers downloaded from Mason should be automatically enabled and somewhat sensibly configured.
But now I'm supposed to manually enable different LSP features and set up keybinds, which is quite complicated. So...
... does anyone here have a neovim config with modern LSP setup that I could take as a reference? I looked into #LazyVim 's internal config but it has too much complex abstraction for me to be useful.
By modern config I mean not using nvim-lspconfig to setup servers as that has been deprecated in favor of native LSP implementation. Thanks a lot :boost_requested:
-
pleeease, #help me with LSP in #neovim :nkoHide:
I have mason, lspconfig and mason-lspconfig installed, so LSP servers downloaded from Mason should be automatically enabled and somewhat sensibly configured.
But now I'm supposed to manually enable different LSP features and set up keybinds, which is quite complicated. So...
... does anyone here have a neovim config with modern LSP setup that I could take as a reference? I looked into #LazyVim 's internal config but it has too much complex abstraction for me to be useful.
By modern config I mean not using nvim-lspconfig to setup servers as that has been deprecated in favor of native LSP implementation. Thanks a lot :boost_requested:
-
Hey #NeoVim users, how many plugins are you currently using?
I just realized, all told I have roughly 70 installed and configured (though much of that is from LazyVim). I use nvim for essentially everything I can, but lately it's a lot of #Python, #Ansible, #bash, #hcl, #markdown. (just normal sysadmin stuff)
Things still feel quite snappy and I really do use most of them actively. But it got me curious what everyone else has cooking.
#NeoVim #LazyVim #Plugins #Poll #Extensions #VSCodeSucks #sysadmin #Linux #IDE
-
The other thing I will do is to use both Vim and Neovim.
:vim: for local system admin
:neovim: with LazyVim for dev and other useThe idea here is to create my own custom .vimrc tuned for local system admin stuff, that can me reused everywhere so it is the same on all machines. Including when I log in remote.