Neovim Profile Banner
Neovim, world leader in plugin deliveries Profile
Neovim, world leader in plugin deliveries

@Neovim

Followers
41K
Following
642
Media
79
Statuses
549

Posts refer to Nvim 0.12 (current dev build). Discuss usage/config/ideas at: https://t.co/mfM6kFnSfE

/usr/bin/nvim
Joined March 2014
Don't wanna be here? Send us removal request.
@Neovim
Neovim, world leader in plugin deliveries
4 days
macOS has a Turbo button. we pressed it 🤗.
Tweet media one
4
8
207
@Neovim
Neovim, world leader in plugin deliveries
7 days
Windows arm64 builds are now available in Neovim nightly prerelease: "nvim-win-arm64" .zip/.msi.
Tweet card summary image
github.com
NVIM v0.12.0-dev-1123+g3c601d02dc Build type: RelWithDebInfo LuaJIT 2.1.1753364724 Install Windows Zip Download nvim-win64.zip Extract the zip Run nvim.exe on your CLI of choice MSI Download nv...
1
1
47
@Neovim
Neovim, world leader in plugin deliveries
7 days
Nvim 0.12 supports LSP "textDocument/onTypeFormatting" capability, which performs formatting as-you-type.
Tweet card summary image
github.com
Implements on-type formatting using a vim.on_key() approach to listen to typed keys. It will listen to keys on the left hand side of mappings. The on_key callback is cleared when detaching the last...
1
8
175
@Neovim
Neovim, world leader in plugin deliveries
7 days
Released Nvim v0.11.4, includes these features: . - lsp: improve signature help display.- provider: detect venv python via "pynvim-python" tool.
Tweet card summary image
github.com
See runtime/doc/news.txt (or `:help news` in Nvim). Following is a list of fix/feature commits in this release. FEATURES --------------------------------------------------------------------------...
3
13
203
@Neovim
Neovim, world leader in plugin deliveries
11 days
Thanks to Zed + CodeCompanion.nvim, Neovim already has support for Agent Client Protocol (ACP)! That is cool. I don't know what ACP is, but still. it's cool.
@zeddotdev
Zed
11 days
🚀 New in Zed: Bring your own agent, starting with @Google’s Gemini CLI. → Try Gemini CLI with full code context in Zed. → Build & run multiple agents in your editor. → Powered by the new Agent Client Protocol (ACP). Learn more:
1
32
281
@Kalshi
Kalshi
3 days
My family will not be hearing from me
Tweet media one
9
17
104
@Neovim
Neovim, world leader in plugin deliveries
14 days
Merged support for "LLM-based code completion" (like GitHub Copilot) via LSP "textDocument/inlineCompletion". Unlike normal completion, this displays only one (multiline) candidate as virtual text in the buffer, waiting to be applied. GSoC project!.
8
84
779
@Neovim
Neovim, world leader in plugin deliveries
15 days
RT @wookash_podcast: I love @teej_dv's enthusiasm, passion and the positive outlook. He's single handedly (. okay @ThePrimeagen is helpin….
0
8
0
@Neovim
Neovim, world leader in plugin deliveries
17 days
this item is sold out at but we still have coffee mugs.
Tweet media one
5
7
75
@Neovim
Neovim, world leader in plugin deliveries
20 days
Neovim buffers = content management system. "I’ve written a plugin called nvim-web-server that serves HTTP requests in pure Lua. It doesn’t require external tools. Only Neovim’s Lua API.".
Tweet media one
0
8
112
@BTCCexchange
BTCC
13 days
Bitcoin’s on fire at $112K! Time to flip the charts on BTCC!.Exploring Cryptocurrency with Jaren Jackson Jr.🏀.
0
4
8
@Neovim
Neovim, world leader in plugin deliveries
21 days
Lua stdlib in Nvim 0.12 now has "vim.pos", "vim.range" to abstract positions & ranges. Eliminates boilerplate re converting to/from positions for LSP, treesitter, marks, etc. (Screenshot: old/existing position-related APIs 😓).
Tweet media one
2
8
157
@Neovim
Neovim, world leader in plugin deliveries
1 month
RT @wookash_podcast: Well well well! @justinmk has joined me to talk about @Neovim! There is a lot about Vim and Neovim architecture and ch….
0
1
0
@Neovim
Neovim, world leader in plugin deliveries
2 months
Released Nvim v0.11.3, includes these features:. - LSP: map "grt" to type_definition.- LSP: pass resolved config to cmd().- vim.fs.root() can specify "equal priority" root markers.
Tweet card summary image
github.com
For notable changes, see runtime/doc/news.txt (or `:help news` in Nvim). Following is a list of fixes/features. FEATURES --------------------------------------------------------------------------...
1
17
219
@Neovim
Neovim, world leader in plugin deliveries
2 months
you have had a week to prepare for vim.pack.
@maxxedgoof
nick
2 months
i rewrote my neovim config like a week ago.
5
5
172
@thesopawsome
The So Pawsome 🐾
2 months
Did you know GSPs are natural swimmers? They’re born to dive into life’s adventures 🌊🐾.
Tweet media one
14
40
931
@Neovim
Neovim, world leader in plugin deliveries
2 months
WE DID IT WE LAUNCHED vim.pack. THE YEAR OF NEOVIM OOTB. I'M CRYING
Tweet media one
@justinmk
justin (in NY)
2 months
In 7 minutes we will merge vim.pack, a builtin "package manager". With this increased payload capacity, Neovim is the world leader in plugin deliveries (more than new zealand, antarctica and vatican city, *combined*).
Tweet media one
27
61
651
@Neovim
Neovim, world leader in plugin deliveries
3 months
New visual-mode textobjects for LSP-enabled buffers:.- "an" (expand selection).- "in" (shrink selection). Driven by LSP "textDocument/selectionRange". Future: treesitter-driven when LSP not available. Thanks to Riley Bruins!
9
20
247
@Neovim
Neovim, world leader in plugin deliveries
3 months
Try ":restart" in Nvim 0.12 to quickly test changes to your config / plugins. GUIs can support this by handling the "restart" UI event.
@justinmk
justin (in NY)
3 months
If "start from zero" were as fast as "mutate in place", you would never choose "mutate". Mutate is a hack. It's pervasive because most systems are extremely slow or their seed-state is complex. Anyway, Neovim is fast so ":restart" will be sweet:.
Tweet media one
6
34
330
@Neovim
Neovim, world leader in plugin deliveries
3 months
Released Nvim 0.11.2 with numerous fixes, plus:. - lsp: root_markers can control priority.- lsp: vim.lsp.enable() starts/stops clients on-demand.- lsp: is_enabled().- lsp: detach clients when 'filetype' changes.- health: emoji "summary", FileType event.
3
26
290
@Williamson4VA2
Williamson for Congress
3 days
I’m a retired Marine LtCol and Democrat running for Congress in Virginia's 2nd District because I swore to defend this country. We need a new mission in Congress: one that puts people over profits. Help us retake this critical district now by clicking the video to donate.
0
8
53
@Neovim
Neovim, world leader in plugin deliveries
4 months
Released Nvim 0.11.1 with 50+ fixes, plus these features:. - vim.lsp.config `workspace_required` flag.- g:clipboard="foo" aliases to builtin clipboard tools.- 'winborder' "bold" style.- vim.hl: multiple timed highlights
Tweet media one
1
22
269
@Neovim
Neovim, world leader in plugin deliveries
5 months
LSP textDocument/documentColor 🌈 in Nvim 0.12.
Tweet media one
8
33
387
@Neovim
Neovim, world leader in plugin deliveries
5 months
interview with Maria Solano (Neovim core maintainer).
3
11
133