nadiyar.com is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Admin email
naadiyaar@protonmail.com
Admin account
@@nadiyar@nadiyar.com@nadiyar.com

Search results for tag #neovim

1 ★ 0 ↺

[?]nadiyar » 🌐
@nadiyar@nadiyar.com

Guys I'm running out of procrastination ideas. Already compiled 3 times today :O

    [?]tpaau » 🌐
    @tpaau17db@mastodon.social

    My custom desktop shell I've been working on for several months now

    OS:
    WM:
    shell:

    repo: github.com/tpaau/dots

    Sorry for no alt, there's not much I can do here, hopefully @altbot will come up with something sensible.

      [?]céline didone » 🌐
      @ruben@friendship.quest

      new plugin released: jannotate.nvim

      What is it? It's a side by side view of 's `jj file annotate` command. Kind of what you get with `:Git blame` in fugitive, but for jj.

      * `<space>a` to view the annotation
      * highlights lines that are part of the same change
      * `gs` on source buffer or `<CR>` on annotate buffer to show.

      That's pretty much it.

      Alt...A neovim window shows a swift file. (Not visible: The operator presses the spacebar followed by the a key). A window opens to the left. This window has the output of running jujutsu's `jj file annotate` on the current buffer. As the operator moves the cursor, lines that are part of the same change as the current line get highlighted. (Not visible: The operator presses the g key followed by the c key). A floating window opens up in the screen showing the output of `jj show` on the change for the current line.

        [?]Ricardo Tavares » 🌐
        @t_var_s@phpc.social

        As far as 2025 goes, I wasn't expecting for to have some exclusive in on-demand code completion. Things move fast and maybe or now have some solution, but at least doesn't and even dropped supermaven. Also don't know about . It's hard to keep up with a feature that seems to exist accidentally in code editors.

          [?]Feoh » 🌐
          @feoh@oldbytes.space

          I will not fall down the neovim startup time reduction rabbit hole.....
          I will not fall down the neovim startup time reduction rabbit hole.....
          I will not fall down the neovim startup time reduction rabbit hole.....

            [?]scy » 🌐
            @scy@chaos.social

            TIL: If you are using a language server capable of autoformatting, formatting your whole file in Neovim is as easy as calling vim.lsp.buf.format().

            And since LSP formatters use edit commands instead of replacing your whole file, Neovim can keep track of the cursor position, marks, and all kinds of other stuff that wasn't possible with just `:%!formatter`.

            I've replaced my custom tiny autoformatting plugin with this and I don't regret it.

            codeberg.org/scy/dotfiles/comm