home.social

#nvim — Public Fediverse posts

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

  1. #vi experts (and #vim / #nvim #NeoVim ),

    What's the difference between the 0 command and the | command?

    Is it just that | can take a numeric argument?

  2. #vi experts (and #vim / #nvim #NeoVim ),

    What's the difference between the 0 command and the | command?

    Is it just that | can take a numeric argument?

  3. #vi experts (and #vim / #nvim #NeoVim ),

    What's the difference between the 0 command and the | command?

    Is it just that | can take a numeric argument?

  4. #vi experts (and #vim / #nvim #NeoVim ),

    What's the difference between the 0 command and the | command?

    Is it just that | can take a numeric argument?

  5. #vi experts (and #vim / #nvim #NeoVim ),

    What's the difference between the 0 command and the | command?

    Is it just that | can take a numeric argument?

  6. Is there anywhere any "official" discussion about how to continue with nvim treesitter?

    #nvim #treesitter #nvimtreesitter #Neovim

  7. Is there anywhere any "official" discussion about how to continue with nvim treesitter?

    #nvim #treesitter #nvimtreesitter #Neovim

  8. Is there anywhere any "official" discussion about how to continue with nvim treesitter?

    #nvim #treesitter #nvimtreesitter #Neovim

  9. Is there anywhere any "official" discussion about how to continue with nvim treesitter?

    #nvim #treesitter #nvimtreesitter #Neovim

  10. Is there anywhere any "official" discussion about how to continue with nvim treesitter?

    #nvim #treesitter #nvimtreesitter #Neovim

  11. Here is a video someone made about some command line arguments I deleted the other week, and a nuget package I uploaded.

    I’m basically famous!

    youtube.com/watch?v=i6n-w6Tq7F0

    #nvim #razor #dotnet #roslyn

  12. Use `:w !sudo tee %` to save a file that requires elevated permissions to edit, when you have forgotten to append sudo before opening it.

  13. Use `:w !sudo tee %` to save a file that requires elevated permissions to edit, when you have forgotten to append sudo before opening it.

    #linux #vim #neovim #nvim #ide #texteditor #arch #shortcuts

  14. Spent some more time this weekend with my arf, R.nvim and Kitty setup. I have a more solid grasp of some of the issues and have refined the config files. Will update my blog post once I verify it works on both machines. Had it working at home, didn't at work, but now think I have a cross-machine fix in place. Will test at home after work.

    Original post for reference: adamhsparks.netlify.app/2026/0

    #RStats #NVim #arf

  15. Spent some more time this weekend with my arf, R.nvim and Kitty setup. I have a more solid grasp of some of the issues and have refined the config files. Will update my blog post once I verify it works on both machines. Had it working at home, didn't at work, but now think I have a cross-machine fix in place. Will test at home after work.

    Original post for reference: adamhsparks.netlify.app/2026/0

    #RStats #NVim #arf

  16. Spent some more time this weekend with my arf, R.nvim and Kitty setup. I have a more solid grasp of some of the issues and have refined the config files. Will update my blog post once I verify it works on both machines. Had it working at home, didn't at work, but now think I have a cross-machine fix in place. Will test at home after work.

    Original post for reference: adamhsparks.netlify.app/2026/0

    #RStats #NVim #arf

  17. Spent some more time this weekend with my arf, R.nvim and Kitty setup. I have a more solid grasp of some of the issues and have refined the config files. Will update my blog post once I verify it works on both machines. Had it working at home, didn't at work, but now think I have a cross-machine fix in place. Will test at home after work.

    Original post for reference: adamhsparks.netlify.app/2026/0

    #RStats #NVim #arf

  18. Spent some more time this weekend with my arf, R.nvim and Kitty setup. I have a more solid grasp of some of the issues and have refined the config files. Will update my blog post once I verify it works on both machines. Had it working at home, didn't at work, but now think I have a cross-machine fix in place. Will test at home after work.

    Original post for reference: adamhsparks.netlify.app/2026/0

    #RStats #NVim #arf

  19. Going all-in:

    alias vi=hx
    alias vim=hx
    alias nvim=hx
    export EDITOR=hx

    helix-editor.com

    #helixeditor #helix #nvim

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

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

  24. Is there a way to get intellisense in #nvim like the one you see in visual studio code?

  25. SOLUTION: @gumnos came up with the idea of piggy-backing :nohl onto control-l for refresh:

    nmap <C-L> :nohl<CR><C-L
    imap <C-L> <Esc>:nohl<CR><C-L>a
    

    Hey #vim wizards,

    The number one reason I don't use search more freely when editing is that all the highlights triggers my #CDO a little bit, and :nohl is a little clumsy to type in a hurry.

    I wanted to map :nohl to an easy-to-press keybind, like ctrl-/, but I can't seem to get it to work.

    Any ideas?

    " map Ctrl-/ to :nohl
    nmap <c-Slash> :nohl<CR>
    imap <c-Slash> <Esc>:nohl<CR>a
    

    #vi #vim #nvi #nvim #VimWizards #AskFedi #HiveMind

  26. SOLUTION: @gumnos came up with the idea of piggy-backing :nohl onto control-l for refresh:

    nmap <C-L> :nohl<CR><C-L
    imap <C-L> <Esc>:nohl<CR><C-L>a
    

    Hey #vim wizards,

    The number one reason I don't use search more freely when editing is that all the highlights triggers my #CDO a little bit, and :nohl is a little clumsy to type in a hurry.

    I wanted to map :nohl to an easy-to-press keybind, like ctrl-/, but I can't seem to get it to work.

    Any ideas?

    " map Ctrl-/ to :nohl
    nmap <c-Slash> :nohl<CR>
    imap <c-Slash> <Esc>:nohl<CR>a
    

    #vi #vim #nvi #nvim #VimWizards #AskFedi #HiveMind

  27. SOLUTION: @gumnos came up with the idea of piggy-backing :nohl onto control-l for refresh:

    nmap <C-L> :nohl<CR><C-L
    imap <C-L> <Esc>:nohl<CR><C-L>a
    

    Hey #vim wizards,

    The number one reason I don't use search more freely when editing is that all the highlights triggers my #CDO a little bit, and :nohl is a little clumsy to type in a hurry.

    I wanted to map :nohl to an easy-to-press keybind, like ctrl-/, but I can't seem to get it to work.

    Any ideas?

    " map Ctrl-/ to :nohl
    nmap <c-Slash> :nohl<CR>
    imap <c-Slash> <Esc>:nohl<CR>a
    

    #vi #vim #nvi #nvim #VimWizards #AskFedi #HiveMind

  28. SOLUTION: @gumnos came up with the idea of piggy-backing :nohl onto control-l for refresh:

    nmap <C-L> :nohl<CR><C-L
    imap <C-L> <Esc>:nohl<CR><C-L>a
    

    Hey #vim wizards,

    The number one reason I don't use search more freely when editing is that all the highlights triggers my #CDO a little bit, and :nohl is a little clumsy to type in a hurry.

    I wanted to map :nohl to an easy-to-press keybind, like ctrl-/, but I can't seem to get it to work.

    Any ideas?

    " map Ctrl-/ to :nohl
    nmap <c-Slash> :nohl<CR>
    imap <c-Slash> <Esc>:nohl<CR>a
    

    #vi #vim #nvi #nvim #VimWizards #AskFedi #HiveMind

  29. SOLUTION: @gumnos came up with the idea of piggy-backing :nohl onto control-l for refresh:

    nmap <C-L> :nohl<CR><C-L
    imap <C-L> <Esc>:nohl<CR><C-L>a
    

    Hey #vim wizards,

    The number one reason I don't use search more freely when editing is that all the highlights triggers my #CDO a little bit, and :nohl is a little clumsy to type in a hurry.

    I wanted to map :nohl to an easy-to-press keybind, like ctrl-/, but I can't seem to get it to work.

    Any ideas?

    " map Ctrl-/ to :nohl
    nmap <c-Slash> :nohl<CR>
    imap <c-Slash> <Esc>:nohl<CR>a
    

    #vi #vim #nvi #nvim #VimWizards #AskFedi #HiveMind

  30. Just had my first natural use of `van` in #nvim 0.12. I'm a hacker now.

  31. Some of my favorite software, swayimg, yazi, nvim use lua for their configurations. I've been trying to understand it consciously, rather than just copy-pasting snippets from others.

    #lua #swayimg #yazi #nvim

  32. For anyone interested, I updated my #neovim config for 0.12.
    But I also wrote about it. The why, the how. It's targeted at people with some experience with either #vim or #nvim who use some off-the-shelf distros but want to dive into the DIY configs.

    gitlab.com/pcoves/nvim#story-t

    Feel free to tell me if I'm missing something. It's hard to know where to put the limits.

  33. Where can I find information about what "vim.v" is in Neovim's Lua? I'm unable to find any documentation, yet Lazy setup calls `vim.v.shell_error`.

    Thank you! ❤️

    #nvim #lua #askFedi

  34. Built a Neovim plugin to actually understand codebases, not just navigate them.

    It finds entry points, ranks important functions, shows execution flow, and highlights refactor hotspots.

    Looking for feedback and contributors.
    github.com/andev0x/codeguide.n

    #opensource #nvim #plugin #debug

  35. Just shipped input-form.nvim!

    Floating-window forms for Neovim plugins:
    • text / multiline / select inputs
    • built-in validators + chaining
    • tab navigation, labels on borders
    • create_form(...):show() — no setup required

    Perfect for plugin authors who need structured user input.

    github.com/chenasraf/input-for

  36. It's happening.

    ```
    ❯ nvim --version
    NVIM v0.12.0
    Build type: Release
    LuaJIT 2.1.1741730670
    Run "nvim -V1 -v" for more info
    ```

    #neovim #nvim #v0.12.0

  37. #Neovim 0.12 is out! Here the list of features I’m checking out first: cj.rs/blog/nvim0.12/

    💬 Feel free to comment here!

    #blog #blogging #nvim

  38. I wish I could switch to a completely slop-free editor without compromising my workflow too much.

    Helix would be a great alternative: Its mappings seem a bit more consistent than Vim’s, also it has Tree-sitter, LSP and fuzzy pickers already built-in. But it lacks some features (digraphs, extensibility, folding – in that order).

    I also had a look at Kakoune, which also seems alright, but I don’t like that tabs and splits are delegated to the terminal emulator, a multiplexer or window manager. I respect that decision, but I’d prefer that feature to be built-in.

    For now, I’ll stick to Neovim. At least they have a policy that makes LLM users check and sanitise the generated code (github.com/neovim/neovim/blob/), although I’d prefer if they’d outright ban it.

    #Vim #Neovim #nvim #Helix #Kakoune #FOSS #slopocalypse

  39. I wish I could switch to a completely slop-free editor without compromising my workflow too much.

    Helix would be a great alternative: Its mappings seem a bit more consistent than Vim’s, also it has Tree-sitter, LSP and fuzzy pickers already built-in. But it lacks some features (digraphs, extensibility, folding – in that order).

    I also had a look at Kakoune, which also seems alright, but I don’t like that tabs and splits are delegated to the terminal emulator, a multiplexer or window manager. I respect that decision, but I’d prefer that feature to be built-in.

    For now, I’ll stick to Neovim. At least they have a policy that makes LLM users check and sanitise the generated code (github.com/neovim/neovim/blob/), although I’d prefer if they’d outright ban it.

    #Vim #Neovim #nvim #Helix #Kakoune #FOSS #slopocalypse

  40. I wish I could switch to a completely slop-free editor without compromising my workflow too much.

    Helix would be a great alternative: Its mappings seem a bit more consistent than Vim’s, also it has Tree-sitter, LSP and fuzzy pickers already built-in. But it lacks some features (digraphs, extensibility, folding – in that order).

    I also had a look at Kakoune, which also seems alright, but I don’t like that tabs and splits are delegated to the terminal emulator, a multiplexer or window manager. I respect that decision, but I’d prefer that feature to be built-in.

    For now, I’ll stick to Neovim. At least they have a policy that makes LLM users check and sanitise the generated code (github.com/neovim/neovim/blob/), although I’d prefer if they’d outright ban it.

    #Vim #Neovim #nvim #Helix #Kakoune #FOSS #slopocalypse

  41. I wish I could switch to a completely slop-free editor without compromising my workflow too much.

    Helix would be a great alternative: Its mappings seem a bit more consistent than Vim’s, also it has Tree-sitter, LSP and fuzzy pickers already built-in. But it lacks some features (digraphs, extensibility, folding – in that order).

    I also had a look at Kakoune, which also seems alright, but I don’t like that tabs and splits are delegated to the terminal emulator, a multiplexer or window manager. I respect that decision, but I’d prefer that feature to be built-in.

    For now, I’ll stick to Neovim. At least they have a policy that makes LLM users check and sanitise the generated code (github.com/neovim/neovim/blob/), although I’d prefer if they’d outright ban it.

    #Vim #Neovim #nvim #Helix #Kakoune #FOSS #slopocalypse

  42. I wish I could switch to a completely slop-free editor without compromising my workflow too much.

    Helix would be a great alternative: Its mappings seem a bit more consistent than Vim’s, also it has Tree-sitter, LSP and fuzzy pickers already built-in. But it lacks some features (digraphs, extensibility, folding – in that order).

    I also had a look at Kakoune, which also seems alright, but I don’t like that tabs and splits are delegated to the terminal emulator, a multiplexer or window manager. I respect that decision, but I’d prefer that feature to be built-in.

    For now, I’ll stick to Neovim. At least they have a policy that makes LLM users check and sanitise the generated code (github.com/neovim/neovim/blob/), although I’d prefer if they’d outright ban it.

    #Vim #Neovim #nvim #Helix #Kakoune #FOSS #slopocalypse

  43. @peritia Hit ESC then :x

    This is the superior way to exit vim. If you didn't change the file, (Neo)vim will exit. If you did change it, the changes will be saved, then exit.

    As far learning, open nvim, hit ESC then :Tutor

    #vim #nvim #neovim

  44. More success porting Lilypond/Frescobaldi capabilities over to Neovim: I can now easily do musical transformations on Lilypond notation!

    I can transpose passages, double/halve the durations, dot/undot everything, apply a completely new rhythmic pattern, or remove repeated duration indicators or make them explicit again.

    This uses the remote plugin feature on Neovim: github.com/reillypascal/nvim/t

    #Neovim #Nvim #Lilypond #Frescobaldi #Python #Composition #ClassicalMusic

  45. More success porting Lilypond/Frescobaldi capabilities over to Neovim: I can now easily do musical transformations on Lilypond notation!

    I can transpose passages, double/halve the durations, dot/undot everything, apply a completely new rhythmic pattern, or remove repeated duration indicators or make them explicit again.

    This uses the remote plugin feature on Neovim: github.com/reillypascal/nvim/t

    #Neovim #Nvim #Lilypond #Frescobaldi #Python #Composition #ClassicalMusic

  46. More success porting Lilypond/Frescobaldi capabilities over to Neovim: I can now easily do musical transformations on Lilypond notation!

    I can transpose passages, double/halve the durations, dot/undot everything, apply a completely new rhythmic pattern, or remove repeated duration indicators or make them explicit again.

    This uses the remote plugin feature on Neovim: github.com/reillypascal/nvim/t

  47. More success porting Lilypond/Frescobaldi capabilities over to Neovim: I can now easily do musical transformations on Lilypond notation!

    I can transpose passages, double/halve the durations, dot/undot everything, apply a completely new rhythmic pattern, or remove repeated duration indicators or make them explicit again.

    This uses the remote plugin feature on Neovim: github.com/reillypascal/nvim/t

    #Neovim #Nvim #Lilypond #Frescobaldi #Python #Composition #ClassicalMusic

  48. More success porting Lilypond/Frescobaldi capabilities over to Neovim: I can now easily do musical transformations on Lilypond notation!

    I can transpose passages, double/halve the durations, dot/undot everything, apply a completely new rhythmic pattern, or remove repeated duration indicators or make them explicit again.

    This uses the remote plugin feature on Neovim: github.com/reillypascal/nvim/t

    #Neovim #Nvim #Lilypond #Frescobaldi #Python #Composition #ClassicalMusic