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
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
a wild use-case appears! floatwin-local statusline allows externalized windows (for GUIs) to show a statusline:
5
6
188
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
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
clear & concise walkthrough of Nvim 0.11+ LSP configuration: https://t.co/3InvOFeh1b
3
18
211
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
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
154
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
@Neovim @OliMorris_ Guess who gets a special mention on our latest @Docker blog post? A lot of us are huge fans.
2
1
7
I will chat tomorrow with @link_arzu about @Neovim and other spicy topics! π₯ https://t.co/i0SO5R9DTM
1
2
61
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
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
Use Neovim as the code editor for Unity: https://t.co/MQtEYEtIdN
github.com
Use Neovim as the default code editor for Unity β with .csproj generation, OmniSharp support and LSP-ready workflow. - apyra/nvim-unity
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
Nvim 0.12 has vim.pos and vim.range which would eliminate `range_contains_pos` from this code exercise.
0
1
27
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
7
133
At #neovide long-running tasks will also have the Progress bar notification soon, bringing the OSC9;4 compatibility thanks to @neovim echo api
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
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
Example before/after popupmenu border:
0
1
36
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