home.social

#lazyvim — Public Fediverse posts

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

fetched live
  1. J'ai craqué, j'ai pris un abonnement #Claude code, mais comme je ne voulais pas faire les choses n'importe comment au niveau #Sécurité, j'ai Sandboxé Claude dans un namespace #Firejail pour l'utiliser "sereinement" avec mon IDE #LazyVim

    drupalista.dev/blog/2026/08/in

    #AI #Sandbox #SafetyFirst #Linux

  2. J'ai craqué, j'ai pris un abonnement #Claude code, mais comme je ne voulais pas faire les choses n'importe comment au niveau #Sécurité, j'ai Sandboxé Claude dans un namespace #Firejail pour l'utiliser "sereinement" avec mon IDE #LazyVim

    drupalista.dev/blog/2026/08/in

    #AI #Sandbox #SafetyFirst #Linux

  3. [Veille 📣] Chapter 1: Introduction and Installation - LazyVim for Ambitious Developers
    lazyvim-ambitious-devs.phillip

    Tutoriel sur l’utilisation de LazyVim pour NeoVim.

    Lien vers cette entrée dans ma veille : liens.declosure.ch/shaare/mvV8
    Toute ma veille est disponible ici : liens.declosure.ch/
    #neovim #tutoriel #vim #LazyVim
    #links #liens #veille

  4. [Veille 📣] Chapter 1: Introduction and Installation - LazyVim for Ambitious Developers
    lazyvim-ambitious-devs.phillip

    Tutoriel sur l’utilisation de LazyVim pour NeoVim.

    Lien vers cette entrée dans ma veille : liens.declosure.ch/shaare/mvV8
    Toute ma veille est disponible ici : liens.declosure.ch/
    #neovim #tutoriel #vim #LazyVim
    #links #liens #veille

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

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

    #lazyvim #neovim

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

    nicfab.eu/en/posts/neovim-prac

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

    nicfab.eu/en/posts/neovim-prac

    #Neovim #LazyVim #Vim #OpenSource #Productivity #DevTools

  9. I am enjoying neovim plugin github.com/esmuellert/codediff 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:

    paste.openstack.org/show/bJsnv

  10. I am enjoying neovim plugin github.com/esmuellert/codediff 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:

    paste.openstack.org/show/bJsnv

    #nvim #lazyvim #git #review

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

    #neovim #lazyvim #Python #linux #terminal

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

  13. Just tried #LazyVim

    … and _now_ I understand why people prefer #NeoVim to #Vim and how it inspired #Helix

    This makes (Neo)Vim actually fun :)

    lazyvim.org/

    And the book is great at introducing you to (Lazy/Neo)Vim too:
    lazyvim-ambitious-devs.phillip

  14. Just tried #LazyVim

    … and _now_ I understand why people prefer #NeoVim to #Vim and how it inspired #Helix

    This makes (Neo)Vim actually fun :)

    lazyvim.org/

    And the book is great at introducing you to (Lazy/Neo)Vim too:
    lazyvim-ambitious-devs.phillip

  15. /#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 )

  16. #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)

  17. @yazad3 In my experience the price must be paid. Either at the start by studying the thing, or later on when some preconfiguration breaks (and then you study the thing) 🙂

    I recall #lazyvim being easy to set up, and I consider myself more of a neovim dabbler than expert.

  18. @yazad3 In my experience the price must be paid. Either at the start by studying the thing, or later on when some preconfiguration breaks (and then you study the thing) 🙂

    I recall #lazyvim being easy to set up, and I consider myself more of a neovim dabbler than expert.

  19. Hi #neovim experts! If I want to try out neovim, is there a setup that already comes preconfigured with basic tooling like telescope? Or is my best bet to download #lazyvim and watch a 6 part video series?

    #ide #python #golang

  20. Hi experts! If I want to try out neovim, is there a setup that already comes preconfigured with basic tooling like telescope? Or is my best bet to download and watch a 6 part video series?

  21. Hola hoy subi un video en el canal de espaniol sobre la nueva version de neovim y su nueva forma de configurarlo video.hardlimit.com/w/vEnfpncR
    #neovim #nvim #vim #lsp #lazyvim

  22. Hola hoy subi un video en el canal de espaniol sobre la nueva version de neovim y su nueva forma de configurarlo video.hardlimit.com/w/vEnfpncR
    #neovim #nvim #vim #lsp #lazyvim

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

    #linux #tails #neovim #lazyvim #privacy #security

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

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

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

  27. @calum

    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 .

  28. @calum

    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.

  29. Just discovered #lazyvim
    How have I never tried it before?? That's so cool!

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

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

  32. @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. lazyvim.org

    I exclusively use Neovim with LazyVim. 3 minute setup.
    [edited to change ‘get’ to ‘gets’]

    #vim #neovim #lazyvim

  33. @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. lazyvim.org

    I exclusively use Neovim with LazyVim. 3 minute setup.
    [edited to change ‘get’ to ‘gets’]

    #vim #neovim #lazyvim

  34. 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 :)

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

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

  37. Очередной гавнокод на python. окончательно перешел с pyCharm на neovim (neovide) + Lazyvim

    #neovim #Lazyvim #python #PyCharm #linux #kde #Qt #code #development

  38. Очередной гавнокод на python. окончательно перешел с pyCharm на neovim (neovide) + Lazyvim

    #neovim #Lazyvim #python #PyCharm #linux #kde #Qt #code #development

  39. i decided to finally build my own #neovim config. i've been using #lazyvim until now, so i thought copying it's plugin configs, options and autocommands would be easy :nkoHide:

    it's much more complicated then i thought...

  40. Has anyone managed to get #NeoVim with #DAP and #gdb working with #Pascal?

    I'm using #LazyVim, so a lot of DAP is preconfigured using an Extra (dap.core). Unsurprisingly, Pascal is not one of the languages supported by default.

    #ObjectPascal #FreePascal #debugger

  41. Any #Neovim / #Lazyvim experts?

    I'm trying to get Lazy installed, but I keep getting a checkout error on snacks.nvim (see image), stating that the checkout has failed.  Any idea how I can resolve this?

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

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

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

    #Vim #NeoVim #LazyVim