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

@Neovim

Followers
43K
Following
666
Media
89
Statuses
595

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
3 days
@thdxr
dax
4 days
we used to track claude code features pretty closely but we stopped doing that months ago most stuff added won't be discovered by 90% of people and it's getting very confusing with subagents, slash commands, now skills we let opencode plugins fill in gaps
0
0
83
@eamonburns0
eamonburns
4 days
@justinmk @Neovim I love it. The build process without Zig is surprisingly smooth (on Linux at least), but using Zig, it's just 🤌
0
1
3
@premium
Premium
4 months
Enjoy the best experience on X.
0
754
8K
@Neovim
Neovim, world leader in plugin deliveries
15 days
Define an LSP server as a Lua function (Nvim plugin): https://t.co/4E09tBipi8 Nvim itself leverages this. For example, the vim.pack "confirm" UI provides "code actions", "hover docs", etc., which work with your existing mappings and LSP-aware plugins.
0
5
112
@Neovim
Neovim, world leader in plugin deliveries
15 days
a wild use-case appears! floatwin-local statusline allows externalized windows (for GUIs) to show a statusline:
@akiyosi_x
akiyosi
16 days
@Neovim It works!
5
6
188
@Neovim
Neovim, world leader in plugin deliveries
16 days
Floating windows now support 'statusline'. Try it (Nvim 0.12): local w1 = vim.api.nvim_open_win(0, false, {relative='win', row=3, col=3, width=40, height=4}) vim.wo[w1].statusline = vim.o.statusline
5
15
268
@davidcasem
David Casem
9 days
President Trump says it perfectly. A patchwork of 50 different state systems creates a maze of conflicting regulations, resulting in chaos. Follow me to join the conversation on leading the AI revolution.
103
177
916
@Neovim
Neovim, world leader in plugin deliveries
23 days
Nvim 0.12 will include an improved tee.exe to ensure performance of :! and :grep on Windows is web scale. "neotee", if you will.
5
2
148
@Neovim
Neovim, world leader in plugin deliveries
24 days
clear & concise walkthrough of Nvim 0.11+ LSP configuration: https://t.co/3InvOFeh1b
3
18
211
@Neovim
Neovim, world leader in plugin deliveries
28 days
Gitlab Duo now also has a config in nvim-lspconfig, leveraging Nvim 0.12 support for LSP "inlineCompletion". 1. vim.lsp.enable("gitlab_duo") 2. :LspGitLabDuoSignIn 3. vim.lsp.inline_completion.enable(true) 4. See docs for more info
@Neovim
Neovim, world leader in plugin deliveries
4 months
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! https://t.co/3yidkulfDq
3
9
155
@link_arzu
linkarzu (youtube)
1 month
Imagine loving a tool so much, to talk to your wife about it for hours a day. And having the opportunity to interview the mind behind it.  Full interview with @justinmk ❤️ is now out https://t.co/AjRok42Yuz
1
2
21
@BookCameo
Cameo
4 days
Sleigh the season with the most personal gift around. Get them a Cameo video!
0
29
408
@masegraye
Mase
1 month
@Neovim @OliMorris_ Guess who gets a special mention on our latest @Docker blog post? A lot of us are huge fans.
2
1
7
@justinmk
justinmk (in seattle)
1 month
I will chat tomorrow with @link_arzu about @Neovim and other spicy topics! 🔥 https://t.co/i0SO5R9DTM
1
2
62
@Neovim
Neovim, world leader in plugin deliveries
1 month
Nvim v0.11.5 released Many bugfixes, plus these enhancements: - perf: scheduler priority on macOS - help: "gx" opens help tag in web browser https://t.co/OANraXBiv5
Tweet card summary image
github.com
Following is a list of commits (fixes/features only) in this release. See `:help news` in Nvim for release notes. FEATURES -------------------------------------------------------------------------...
5
32
254
@Neovim
Neovim, world leader in plugin deliveries
1 month
Use Neovim as the code editor for Unity: https://t.co/MQtEYEtIdN
Tweet card summary image
github.com
Use Neovim as the default code editor for Unity — with .csproj generation, OmniSharp support and LSP-ready workflow. - apyra/nvim-unity
@Saladin1812
Saladin
2 months
nvim --listen can be really powerful when integrated with softwares like Game Engines. @Neovim working as a seamless, powerful C# editor for Unity, and it’s blazingly fast. https://t.co/6l3jtQiA4S This makes Unity devs less of a Soy dev using a real editor like nvim :)
5
0
122
@Neovim
Neovim, world leader in plugin deliveries
2 months
Neovim booth at @GoogleOSS GSoC mentors summit, with @justinmk bfredl and friends!
2
3
123
@ltx_model
LTX-2
1 month
Bring the LTX-2 API into real production pipelines, powering 4K, 50fps, synchronized-audio video generation
7
15
218
@Neovim
Neovim, world leader in plugin deliveries
2 months
Nvim 0.12 has vim.pos and vim.range which would eliminate `range_contains_pos` from this code exercise.
0
1
27
@Neovim
Neovim, world leader in plugin deliveries
2 months
Implement LSP breadcrumbs in 100 lines of code (no plugin)[1] https://t.co/eOWJKodMxa [1] Always a useful exercise to know what the builtin features are capable of, or how much code is needed to get a new feature.
2
8
133
@falcuccis
@falcucci
2 months
At #neovide long-running tasks will also have the Progress bar notification soon, bringing the OSC9;4 compatibility thanks to @neovim echo api
@justinmk
justinmk (in seattle)
2 months
vim.pack emits Progress notifications[1] using nvim_echo(), which automatically emits OSC 9;4, so you get a progress bar in compatible terminals. [1] @neovim GSoC 2025 feature
8
8
147
@Neovim
Neovim, world leader in plugin deliveries
2 months
Nvim 0.12 includes a (optional) difftool plugin which can compare directories (instead of just files). :packadd nvim.difftool :DiffTool dir1/ dir2/ https://t.co/cXXTLGj3Cz
6
22
356
@aries_logistics
Aries Worldwide Logistics
2 days
EXW vs. FOB vs. DDP shouldn’t slow a shipment down. Download the Incoterms 2020 cheat sheet and get clarity in 2 minutes. → Click for free download
3
15
42
@Neovim
Neovim, world leader in plugin deliveries
2 months
Example before/after popupmenu border:
0
1
36
@Neovim
Neovim, world leader in plugin deliveries
2 months
Should popupmenu border ('pumborder') be enabled by default? Feel free to upvote/downvote the issue too (use the 👍👎 reactions, not a comment):
5
0
29