We are heartbroken by the loss of the Vim boss.
Rest in peace, Bram.
Neovim, e/plugins
714 posts
Posts refer to Nvim 0.13 (dev build).
Discuss usage/config/ideas at: github.com/neovim/neovim/…
- Neovim is officially old! 10 years ago, Thiago de Arruda pushed the first commit to neovim/neovim. The work continues...
- Released Nvim 0.11 It's a good one 😚🤌 - Diagnostics: virtual_lines - LSP: config, folding, completion, multiclient - Options: 'winborder', 'eventignorewin' - Perf: treesitter, LSP, paste - TUI: URL highlight, theme event - Terminal: real cursor, reflow - UI: unicode, :detach
- 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! github.com/neovim/neovim/…
00:00 - Nvim 0.10 now ships with a Neovim-themed default colorscheme. Massive thanks to @echasnovski reddit.com/r/neovim/comme… > Take some time to appreciate the enormous efforts of echanovski, folke, lukas, maria ... I've never come across such a well maintained community project! YES
- Enable diagnostic "virtual_lines" to see diagnostics between code lines instead of at the end. vim.diagnostic.config({virtual_lines=true}) See ":help diagnostic-toggle-virtual-lines-example" for a key mapping to toggle on/off. Thanks Maria and Hugo! github.com/neovim/neovim/…
- NVIM 0.9 has been released! Summary of notable changes: github.com/neovim/neovim/… Full release: github.com/neovim/neovim/…
- WE DID IT WE LAUNCHED vim.pack THE YEAR OF NEOVIM OOTB I'M CRYING
- Nvim is now self-hosting: github.com/neovim/neovim/… #neovim UIs are just (inverted) plugins. "nvim" in a terminal starts the TUI, which spawns "nvim --embed" subprocess. Connect TUI to any server! Try this (Nvim 0.9): nvim --listen ./s nvim --remote-ui --server ./s
- Neovim LSP client now supports "inlay hints" for language servers that provide it (clangd, rust-analyzer). Nice way to see parameters names on-demand! Toggle hints in latest Nvim 0.10 (API is not final): :lua vim.lsp.buf.inlay_hint(0) microsoft.github.io/language-serve…
- Nvim 0.5 shipped today github.com/neovim/neovim/… Features: - treesitter (syntax parser with powerful API) - LSP client+API - new core APIs - new ergonomic Lua APIs
- ur welcome i guessThanks Neovim
00:00











