-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Insights: neovim/neovim
Overview
Could not load contribution data
Please try again later
1 Release published by 1 person
-
nightly Nvim development (prerelease) build
published
Jul 24, 2025
43 Pull requests merged by 17 people
-
fix(extui): attempt to perform arithmetic on field 'last_emsg'
#35047 merged
Jul 24, 2025 -
vim-patch:8.2.{2905,2906,2927},9.0.{2023,2042},9.1.{63,1453}
#35023 merged
Jul 24, 2025 -
refactor(lua): vim.fn.system to vim.system
#34707 merged
Jul 24, 2025 -
feat: ":restart +cmd"
#34788 merged
Jul 24, 2025 -
fix(shada): check return value is 0
#35041 merged
Jul 23, 2025 -
refactor(shada): switch plugin/shada.vim to Lua
#34725 merged
Jul 23, 2025 -
fix(clipboard): correct blockwise register width computation
#35039 merged
Jul 23, 2025 -
fix(clipboard): correct blockwise register width computation
#35038 merged
Jul 23, 2025 -
fix(iter): ArrayIter:last returns nil when filtered to empty
#35036 merged
Jul 23, 2025 -
fix(iter): ArrayIter:last returns nil when filtered to empty
#34697 merged
Jul 23, 2025 -
docs: update usr_02.txt
#35033 merged
Jul 22, 2025 -
vim-patch: doc updates
#35032 merged
Jul 22, 2025 -
docs: update usr_02.txt
#35031 merged
Jul 22, 2025 -
vim-patch:9.1.1576: cannot easily trigger wildcard expansion
#35022 merged
Jul 22, 2025 -
fix(lsp): support
containerName
in symbol requests#35029 merged
Jul 22, 2025 -
feat(ui2): more predictable routing 8000
#35028 merged
Jul 22, 2025 -
Backport #34803, #34921, #34989, #34996 to Nvim 0.11
#34986 merged
Jul 22, 2025 -
fix(float): various (mostly) floating window related fixes
#34950 merged
Jul 22, 2025 -
feat(lsp): diagnostic related documents support
#34853 merged
Jul 22, 2025 -
vim-patch:1f6faff: runtime(doc): mention the "pipefail" shell option
#35016 merged
Jul 20, 2025 -
vim-patch:9.1.{1571,1573}: CmdlineChanged triggered to often
#35015 merged
Jul 20, 2025 -
fix(lsp): show notification with empty hover response
#35014 merged
Jul 20, 2025 -
refactor(lsp): extract
Client._on_detach
to reduce duplicated code#35002 merged
Jul 20, 2025 -
vim-patch:9.1.1572: expanding $var does not escape whitespace for 'path'
#35010 merged
Jul 20, 2025 -
vim-patch:31ec664: runtime(doc): Update help syntax, match :autocmd options
#35008 merged
Jul 20, 2025 -
vim-patch:partial:d3170f5: runtime(doc): Tweak documentation about tab pages
#35007 merged
Jul 20, 2025 -
vim-patch:9.1.1570: Copilot suggested some improvements in cmdexpand.c
#35006 merged
Jul 20, 2025 -
vim-patch:9.1.1567: crash when using inline diff mode
#35005 merged
Jul 20, 2025 -
vim-patch: update runtime files
#35003 merged
Jul 20, 2025 -
feat(treesitter): support language argument in
:EditQuery
#34914 merged
Jul 19, 2025 -
feat(lsp): support linked editing ranges
#34388 merged
Jul 19, 2025 -
fix(tutor): use legacy syntax for lesson 3.1
#34996 merged
Jul 19, 2025 -
vim-patch: update runtime files
#34993 merged
Jul 19, 2025 -
fix(pack): close confirmation buffer's tab page by ID
#34971 merged
Jul 19, 2025 -
vim-patch: Vim syntax updates
#34995 merged
Jul 18, 2025 -
fix(tutor): use invalidate field in nvim_buf_set_extmark()
#34989 merged
Jul 18, 2025 -
Make separate
vim.pack
help file#34991 merged
Jul 18, 2025 -
feat(env): remove VIM_VERSION_NODOT macro
#34890 merged
Jul 18, 2025 -
docs: use correct tag link in
:packadd
#34988 merged
Jul 18, 2025 -
vim-patch:f2290a6: runtime(compiler): Add PHPStan compiler
#34985 merged
Jul 18, 2025 -
vim-patch:b7fc24d: runtime(python): Highlight f-strings in Python
#34984 merged
Jul 18, 2025 -
refactor(tutor): reimplement interactive marks as extmark in Lua
#34921 merged
Jul 18, 2025
17 Pull requests opened by 13 people
-
fix(api): capture expression errors in nvim_parse_cmd for pcall
#34997 opened
Jul 19, 2025 -
docs: lsp, ui events, dev guidance
#35000 opened
Jul 19, 2025 -
vim-patch:9.1.1568: need a few more default highlight groups
#35009 opened
Jul 20, 2025 -
refactor(lsp): centralized enable/is_enabled strategy
#35018 opened
Jul 21, 2025 -
refactor: extract common logic from parse_cmdline and do_one_cmd
#35019 opened
Jul 21, 2025 -
docs: update version.c
#35024 opened
Jul 22, 2025 -
fix(highlight): prevent Normal-linked groups from overriding CursorLine
#35026 opened
Jul 22, 2025 -
feat(ssh): add a SSH configuration parser
#35027 opened
Jul 22, 2025 -
Update INSTALL.md instructions for Linux pre-build archives
#35030 opened
Jul 22, 2025 -
fix snippet tabstop expansion and revisting choice nodes
#35040 opened
Jul 23, 2025 -
doc(lua): clarify input requirements for vim.tbl_filter()
#35042 opened
Jul 23, 2025 -
feat: ":restart" can run arbitrary commands
#35045 opened
Jul 24, 2025 -
fix(api): ensure buffer content APIs auto-load buffers
#35046 opened
Jul 24, 2025 -
test(pack): add `vim.pack` tests
#35052 opened
Jul 24, 2025 -
feat(ex): add `:packupdate` and `:packdelete` commands
#35053 opened
Jul 24, 2025 -
feat(vim.treesitter): public API to clear query cache
#35057 opened
Jul 24, 2025 -
feat(treesitter): auto reload query files on save
#35058 opened
Jul 24, 2025
17 Issues closed by 4 people
-
LSP: in v0.11.0 `vim.lsp.buf.references()` default window changed from poplist to quickfix list
#35048 closed
Jul 24, 2025 -
Stuck floating window when using goto definition (+ other cases)
#35043 closed
Jul 24, 2025 -
Blockwise visual mode yank and paste insert extra spaces
#35034 closed
Jul 23, 2025 -
Lua string.gmatch() has different result in Lua 5.4.7 vs Nvim 0.11.3
#35035 closed
Jul 23, 2025 -
ArrayIter:last() returns non-nil value when iter exhausted by :filter()
#34696 closed
Jul 23, 2025 -
Incorrect documentation of optional feature example (conceal) in usr_02.txt
#28711 closed
Jul 22, 2025 -
Idea: events for new/closed RPC channels
#2628 closed
Jul 22, 2025 -
extui : the more window is not opened after running external commands that output multiple-lines
#35013 closed
Jul 22, 2025 -
extui: Printed messages truncated, notify not highlighted, and streamed output mangled
#33952 closed
Jul 22, 2025 -
tutor: still showing red x even after doing the task
#32325 closed
Jul 22, 2025 -
Only one tutorial can be loaded at once
#16122 closed
Jul 22, 2025 -
crash/SIGSEGV on second call to :checkhealth
#21409 closed
Jul 22, 2025 -
Segfault when new window is created inside WinLeave event callback
#31236 closed
Jul 22, 2025 -
Windows Server 2016: "procedure entry point GetThreadDescription could not be located"
#34983 closed
Jul 21, 2025 -
`:profile` reports abnormally high total/self time for `syntax/rust.vim`
#34972 closed
Jul 21, 2025 -
Move `vim.pack` documentation to a new `pack.txt`
#34766 closed
Jul 18, 2025 -
Error After Installation Windows (ReOpen)
#33163 closed
Jul 18, 2025
12 Issues opened by 10 people
-
stdint.h and #ifdef _MSC_VER in the neovim source code
#35059 opened
Jul 24, 2025 -
tree-sittter queries cache not invalidated on writing to a query file
#35056 opened
Jul 24, 2025 -
`:checkhealth` completion doesn't work with multiple-arg
#35054 opened
Jul 24, 2025 -
virtual_lines shown in wrong position when vim.lsp.inlay_hint is enabled
#35049 opened
Jul 24, 2025 -
Lua stdlib: ordered dict (ordereddict)
#35025 opened
Jul 22, 2025 F08B -
LSP: signature_help() ignores caller-provided title
#35021 opened
Jul 21, 2025 -
Some filetypes use highlight groups linked to 'Normal' which `cursorline` does not override
#35017 opened
Jul 20, 2025 -
":lcd!" sets CWD to parent-scoped (tabpage-local) directory
#35012 opened
Jul 20, 2025 -
Add support for `<c-n>/<c-p>` types in `getcompletion()`
#35004 opened
Jul 20, 2025 -
apply `:match` to all buffers (like "/" search)
#34999 opened
Jul 19, 2025 -
Bengali/Bangla text
#34994 opened
Jul 18, 2025 -
The document of nvim_buf_get_extmarks is lacking
#34990 opened
Jul 18, 2025
35 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
fix: serverlist() also returns pipes from stdpath("run")
#34806 commented on
Jul 24, 2025 • 14 new comments -
fix(lsp): decode 'null' in server responses as vim.NIL
#34849 commented on
Jul 23, 2025 • 5 new comments -
Prompt: prompt buffer followup
#34736 commented on
Jul 24, 2025 • 4 new comments -
feat(lsp)!: reimplement LSP document highlight with the new API style
#30841 commented on
Jul 24, 2025 • 3 new comments -
feat(vim.ui.explorer): minimal directory viewer
#34144 commented on
Jul 20, 2025 • 1 new comment -
get size of each gutter (fold, number, sign colums), not the sum given by getwininfo().textoff
#17229 commented on
Jul 18, 2025 • 0 new comments -
fix(winblend): handle all unicode space characters
#32761 commented on
Jul 20, 2025 • 0 new comments -
feat(charwise_range): initial implementation [no ci]
#32816 commented on
Jul 24, 2025 • 0 new comments -
feat(lsp): support `textDocument/inlineCompletion`
#33972 commented on
Jul 20, 2025 • 0 new comments -
fix(diagnostics): position diagnostics using extmarks
#34014 commented on
Jul 24, 2025 • 0 new comments -
feat(ui): :connect command
#34586 commented on
Jul 24, 2025 • 0 new comments -
feat(lsp): support `textDocument/onTypeFormatting`
#34637 commented on
Jul 23, 2025 • 0 new comments -
feat(cfilter): rewrite in Lua and add command-preview
#34710 commented on
Jul 23, 2025 • 0 new comments -
WIP: feat: add support for progress messages through nvim_echo
#34846 commented on
Jul 22, 2025 • 0 new comments -
fix(highlight): link HLF_8 to something more prominent
#34910 commented on
Jul 20, 2025 • 0 new comments -
Make interactive update more interactive
#34919 commented on
Jul 18, 2025 • 0 new comments -
fix: type fixes from emmylua_ls
#34974 commented on
Jul 19, 2025 • 0 new comments -
feat(events): add `Search` event
#34978 commented on
Jul 22, 2025 • 0 new comments -
release checklist 0.12
#33066 commented on
Jul 18, 2025 • 0 new comments -
Add `vim.pack` tests
#34767 commented on
Jul 19, 2025 • 0 new comments -
Add lockfile support to `vim.pack`
#34776 commented on
Jul 19, 2025 • 0 new comments -
redesign :Tutor lesson format
#34643 commented on
Jul 19, 2025 • 0 new comments -
Duplicate diagnostics for LSP implementing both push and pull
#29927 commented on
Jul 19, 2025 • 0 new comments -
`:checkhealth vim.lsp` could have Lua injections
#34963 commented on
Jul 20, 2025 • 0 new comments -
TUI: OSC 5522, clipboard data types metadata
#34848 commented on
Jul 21, 2025 • 0 new comments -
After first ui attach event, modifications to g:clipboard won't register
#13331 commented on
Jul 22, 2025 • 0 new comments -
no press-enter, no press-q
#34281 commented on
Jul 22, 2025 • 0 new comments -
plugins can detect `:nohlsearch` or `v:hlsearch`
#18879 commented on
Jul 22, 2025 • 0 new comments -
Gsoc: Remote SSH Plan
#34257 commented on
Jul 23, 2025 • 0 new comments -
defaults(lsp): "gra" mapping should include codelenses
#34813 commented on
Jul 23, 2025 • 0 new comments -
Repeated append is O(n²)
#3508 commented on
Jul 24, 2025 • 0 new comments -
prompt buffer followup work
#34561 commented on
Jul 24, 2025 • 0 new comments -
Invalid: 'end_col': out of range error in treesitter/highlighter.lua
#29550 commented on
Jul 24, 2025 • 0 new comments -
feat(api): tabpage layout functions
#24507 commented on
Jul 18, 2025 • 0 new comments -
feat(api): add `nvim_open_tabpage`
#27223 commented on
Jul 18, 2025 • 0 new comments