Log inSign up
Neovim, e/plugins
755 posts
Neovim, e/plugins profile banner
@Neovim

Neovim, e/plugins

@Neovim
Posts refer to Nvim 0.13 (dev build). Discuss usage/config/ideas at: github.com/neovim/neovim/…
/usr/bin/nvim
neovim.io
Joined March 2014
16
Following
45.7K
Followers
RepliesRepliesRepostsRepostsMediaMedia

Log in or sign up for X

See what’s happening and join the conversation

Continue with phone
or
Log in with username or email
Terms·Privacy·Cookies·Accessibility·Ads Info·© 2026 X Corp.
  • @Neovim
    Neovim, e/plugins
    @Neovim
    Sep 3
    vim.async "structured concurrency" has landed ⏩ in Nvim 0.13! github.com/neovim/neovim/… Try it if you ever want to chain several callbacks together, or wait for multiple processes to finish. Optional handling of errors, cancellation, and more. Thanks to lewis6991 🫡
  • @Neovim
    Neovim, e/plugins
    @Neovim
    Sep 2
    users are already extending Nvim 0.13 multicursor 💦 (cursors are queryable as an extmarks namespace) here's a script by celeste3z to get "align" functionality (similar to tabular, vim-lion): github.com/neovim/neovim/…
    Image
    GIF
    10
  • @Neovim
    Neovim, e/plugins
    @Neovim
    Sep 1
    Multicursor has landed
    Image
    @justinmk
    justinmk
    @justinmk
    Sep 1
    Image
    ⚔️ LOOT DROP 🛡️ Multicursor is available in @Neovim 0.13 nightly. github.com/neovim/neovim/… According to Sublime Text, "any praise about multiple selections is an understatement". docs.sublimetext.io/guide/usage/ed…
    2
  • @Neovim
    Neovim, e/plugins
    @Neovim
    Aug 23
    Nvim 0.12.5 release (づ。◕‿◕。)づ - "ZR" performs :restart - v:startreason lets plugins handle restart differently than regular (boring😴) startup - ":restart" (without "!") restores the current session - lsp: give bufnr to reuse_client() - 50+ fixes github.com/neovim/neovim/…
    3
  • @Neovim
    Neovim, e/plugins
    @Neovim
    Aug 22
    Repeat anything. Repeat anything. Repeat anything.
    @justinmk
    justinmk
    @justinmk
    Aug 22
    with CmdAtom, a lot of "leader key" mappings will just be unnecessary, bc you can compose macros on the fly. in this demo I type "n" + "zz", then I type "2<space>" to bring up the cmdwin with the last 2 atoms prefilled. I hit Enter to save the macro, then <space> repeats the
    Image
    00:00
Advertisement
Advertisement