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
Apr 30, 2024
58 Pull requests merged by 18 people
-
docs(api): sort unreleased nvim__ functions last
#28580 merged
Apr 30, 2024 -
feat(diagnostic): revert default behaviour of goto_next/prev()
#28577 merged
Apr 30, 2024 -
fix(api): mark nvim__complete_set as experimental
#28579 merged
Apr 30, 2024 -
docs: misc
#24163 merged
Apr 30, 2024 -
test(old): restore default 'grepprg' and 'grepformat'
#28574 merged
Apr 29, 2024 -
docs: various fixes
#28208 merged
Apr 29, 2024 -
vim-patch: update runtime files
#28572 merged
Apr 29, 2024 -
vim-patch:9.1.0381: cbuffer and similar commands don't accept a range
#28571 merged
Apr 29, 2024 -
vim-patch:04e1aaa94e3b
#28570 merged
Apr 29, 2024 -
fix(lsp): remove redundant vim.snippet.jumpable
#28560 merged
Apr 29, 2024 -
fix(treesitter): make tests for memoize more robust, also fix memoize to work
#28566 merged
Apr 29, 2024 -
perf(ui_client): skip some initialization not necessary for ui client
#28563 merged
Apr 29, 2024 -
fix(ui): activating all ext capabilities without remote UI
#28555 merged
Apr 29, 2024 -
vim-patch:2e9b9e9a9ebf
#28559 merged
Apr 28, 2024 -
vim-patch:f351fd829204
#28551 merged
Apr 28, 2024 -
vim-patch:9.1.0380: Calculating line height for unnecessary amount of lines
#28553 merged
Apr 28, 2024 -
feat(defaults): visual CTRL-R for LSP mappings
#28537 merged
Apr 28, 2024 -
feat(defaults): further improve :grep defaults
#28545 merged
Apr 28, 2024 -
fix(diagnostic): get border from config
#28531 merged
Apr 28, 2024 -
fix(treesitter): enforce lowercase language names
#28546 merged
Apr 28, 2024 -
fix(snippet): do not add extra indent on newlines
#28538 merged
Apr 28, 2024 -
refactor(build): make all generated c files headers
#28532 merged
Apr 28, 2024 -
docs: document breaking change in diagnostic behavior
#28541 merged
Apr 27, 2024 -
fix(diagnostic): invalid col number compare in next_diagnostic
#28397 merged
Apr 27, 2024 -
fix(ui): problems with handling ui_attach side effects
#28522 merged
Apr 27, 2024 -
vim-patch:92917069b1a8
#28535 merged
Apr 27, 2024 -
vim-patch:9.1.0375: tests: 1-second delay after Test_BufEnter_botline()
#28534 merged
Apr 27, 2024 -
vim-patch:79952b9c6774
#28533 merged
Apr 27, 2024 -
vim-patch:9.1.0374: wrong botline in BufEnter
#28530 merged
Apr 26, 2024 -
vim-patch: clarify syntax vs matching mechanism
#28529 merged
Apr 26, 2024 -
fix(lsp): change `silent` in lsp.start.Opts to optional
#28524 merged
Apr 26, 2024 -
feat(diagnostic): add default mappings for diagnostics
#16230 merged
Apr 26, 2024 -
fix(man.vim): q quits after jump to different tag in MANPAGER modified
#28495 merged
Apr 26, 2024 -
feat(lsp): add more LSP defaults
#28500 merged
Apr 26, 2024 -
refactor(vim.iter)!: rename xxback() => rxx()
#28503 merged
Apr 26, 2024 -
fix(lsp): ensure buffer is not attached more than once
#28519 merged
Apr 26, 2024 -
fix: lua annotations
#28517 merged
Apr 26, 2024 -
fix(treesitter.foldexpr): check for all insert submodes
#28518 merged
Apr 26, 2024 -
fix(lsp): add "silent" option to vim.lsp.start
#28478 merged
Apr 26, 2024 -
refactor(lsp): rename `foos_by_bar` to `bar_foos` for better consistency
#28505 merged
Apr 26, 2024 -
fix(lsp): buffer messages until connected to server
#28507 merged
Apr 26, 2024 -
vim-patch:partial:9.1.0373: ops.c code uses too many strlen() calls
#28508 merged
Apr 25, 2024 -
vim-patch:98b12ede3175
#28506 merged
Apr 25, 2024 -
refactor(completion): improve popup window position
#26739 merged
Apr 25, 2024 -
feat(diagnostic): support severity=nil for goto functions
#28490 merged
Apr 25, 2024 -
fix(vim.ui)!: change open() to return pcall-like values
#28502 merged
Apr 25, 2024 -
build: do not use GIT_REPOSITORY for local dependencies
#28497 merged
Apr 25, 2024 -
fix(lua): vim.fn.has('nvim-0.10') in fast context, used by vim.deprecate
#28492 merged
Apr 25, 2024 -
vim-patch:a4c085a3e607
#28498 merged
Apr 25, 2024 -
feat(fs): add vim.fs.root
#28477 merged
Apr 25, 2024 -
feat(api): allow floats to be opened in non-current tabpage
#28480 merged
Apr 25, 2024 -
refactor(source): remove unnecessary concatenation with Lua
#28499 merged
Apr 25, 2024 -
perf(diagnostic): avoid table copies to filter by severity
#28491 merged
Apr 24, 2024 -
build: silence new clang-tidy warnings
#28474 merged
Apr 24, 2024 -
vim-patch:8.2.2332: Vim9: missing :endif not reported when using :windo
#28482 merged
Apr 24, 2024 -
refactor(lsp): merge subtypes and supertypes into typehierarchy
#28467 merged
Apr 23, 2024 -
test: improve test conventions
#28427 merged
Apr 23, 2024 -
fix(lua): refactor `vim.deprecate()` for performance in "Nvim" plugin
#28470 merged
Apr 23, 2024
21 Pull requests opened by 14 people
-
feat(lsp): support vim.lsp.ListOpts for typehierarchy()
#28483 opened
Apr 24, 2024 -
vim-patch:8.2.{partial:4603,4647,4974}
#28486 opened
Apr 24, 2024 -
feat(api): "broadcast" events to ALL channels
#28487 opened
Apr 24, 2024 -
feat(normal)!: remove the gs, g? normal command
#28489 opened
Apr 24, 2024 -
refactor(lsp): extract `resolve_bufnr` to `vim.lsp.util`
#28494 opened
Apr 24, 2024 -
fix(buffer.c): delete current buffer when bufhidden=delete is set
#28496 opened
Apr 24, 2024 -
feat(docs): render [optional] args in docs HTML
#28504 opened
Apr 25, 2024 -
perf(treesitter): use child_containing_descendant() in has-ancestor?
#28512 opened
Apr 26, 2024 -
feat(path): expand ~\ prefix on MS-Windows
#28515 opened
Apr 26, 2024 -
feat(lsp): allow enable/disable inlay_hint by `client_id`
#28521 opened
Apr 26, 2024 -
feat(lsp): use a parameter strategy similar to `enable`
#28523 opened
Apr 26, 2024 -
feat(defaults): add default unimpaired style mappings
#28525 opened
Apr 26, 2024 -
feat: add "default" field to maparg() return value
#28527 opened
Apr 26, 2024 -
build: simplify policy-setting for dependencies
#28540 opened
Apr 27, 2024 -
feat(lsp): `vim.lsp.inlay_hint.enable()` now can take effect on all buffers.
#28543 opened
Apr 28, 2024 -
fix(completion): stop completion when completion is exhausted
#28558 opened
Apr 28, 2024 -
feat(lsp): redrawstatus on progress notifications
#28569 opened
Apr 29, 2024 -
feat(completion): add `pum_matches` key to `complete_info()`
#28576 opened
Apr 30, 2024 -
fix(ui): avoid recursiveness and invalid memory access
#28578 opened
Apr 30, 2024 -
feat(completion): add new highlight PmenuMatch
#28581 opened
Apr 30, 2024 -
docs: format vim_diff.txt for "flow" layout
#28584 opened
Apr 30, 2024
26 Issues closed by 12 people
-
Improve spell checking by ignoring identifiers.
#28583 closed
Apr 30, 2024 -
Add option to avoid vertical offset when using cursorcolumn along with concealer
#28520 closed
Apr 30, 2024 -
Want to confirm that that `b:terminal_job_id` won't be deprecated
#27367 closed
Apr 30, 2024 -
vim.iter: pass more state to callback functions
#23251 closed
Apr 30, 2024 -
cbuffer doesn't take visual selection as range '<,'>cad
#28544 closed
Apr 29, 2024 -
vim.snippet: merge jumpable() with active()
#28548 closed
Apr 29, 2024 -
Using clip in wsl2 can cause problems
#28567 closed
Apr 29, 2024 -
Executing `:highlight clear` in headless process can lead to not proper screen state
#28549 closed
Apr 29, 2024 -
Neovim becomes very slow when opening an ass file
#25950 closed
Apr 28, 2024 -
New lsp keybindings: `crr` in visual mode breaks visual selection -> `c` workflow
#28528 closed
Apr 28, 2024 -
Assertion `buf->osigncols.count[prevwidth -1] >= 0 failed.
#27982 closed
Apr 28, 2024 -
When lsp diagnostics are on wrong line, goto_prev stops working
#26079 closed
Apr 27, 2024 -
After attaching ext_messages, `'cmdheight'` is set to zero for current tabpage only
#28526 closed
Apr 27, 2024 -
non-manual foldmethod makes botline incorrect in decoration provider during :edit-ing existing buffer
#28443 closed
Apr 27, 2024 -
vim.iter: rename some functions before 0.10 release
#27953 closed
Apr 26, 2024 -
Lsp goto definition loading buffer twice slow in 0.10
#28509 closed
Apr 26, 2024 -
vim.treesitter.foldexpr: attempt to index field 'foldupdate_range' (a nil value)
#28516 closed
Apr 26, 2024 -
vim.lsp.rpc.connect doesn't works on windows
#28485 closed
Apr 26, 2024 -
Reattaching to headless ui with multigrid causes missing events
#28513 closed
Apr 26, 2024 -
completeopt=popup crashing neovim
#27768 closed
Apr 25, 2024 -
Relative floating window rendered on wrong tab page
#28234 closed
Apr 25, 2024 -
laststatus = 0 doesn't remove statusline from horizontal splits
#28488 closed
Apr 24, 2024 -
vim.system(xdg-open) fails (but jobstart succeeds)
#24567 closed
Apr 23, 2024 -
SUT functions live on . When using SUT functions in test code, the usage looks like
#28472 closed
Apr 23, 2024 -
tests: improve test conventions (SUT, helpers.lua)
#27004 closed
Apr 23, 2024 -
`vim.deprecate()` can be significantly slower than deprecated function
#28459 closed
Apr 23, 2024
11 Issues opened by 10 people
-
Buffer invalidation race condition in 'initialize' RPC in certain cases (I think!)
#28575 opened
Apr 30, 2024 -
Weird output when running a system command with vim.cmd via a mapping
#28562 opened
Apr 29, 2024 -
Bracketed paste doesn't work during macro recording
#28561 opened
Apr 29, 2024 -
Treesitter: Injections lose highlights with 'spell' enabled after scrolling to the right
#28557 opened
Apr 28, 2024 -
`:highlight Normal` reports "Last set from" non-existing file (with `-V1`)
#28556 opened
Apr 28, 2024 -
Lua: improve vim.keymap.set()
#28536 opened
Apr 27, 2024 -
redraw a specific floating window ignoring other pending screen updates
#28510 opened
Apr 26, 2024 -
Docs: describe priority between editorconfig and autocmd like FileType
#28484 opened
Apr 24, 2024 -
`:finish` can no longer be used in `exrc` files since v0.9.0
#28481 opened
Apr 24, 2024 -
Upstream :Lsp commands from nvim-lspconfig
#28479 opened
Apr 24, 2024 -
Defaults: map gd to CTRL-]
#28476 opened
Apr 23, 2024
40 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.
-
feat(lsp): completion side effects
#27339 commented on
Apr 30, 2024 • 24 new comments -
feat(complete): specify reason for CompleteDone
#20671 commented on
Apr 30, 2024 • 20 new comments -
perf(treesitter): partial injection and incremental invalidation
#26827 commented on
Apr 25, 2024 • 16 new comments -
feat(treesitter): get highlight from parser
#28412 commented on
Apr 30, 2024 • 13 new comments -
feat(treesitter): add support for wasm parsers
#28415 commented on
Apr 29, 2024 • 7 new comments -
Windows: treesitter language parsers are not released, preventing reinstallation
#28462 commented on
Apr 25, 2024 • 7 new comments -
sync version of vim.lsp.buf.rename
#28004 commented on
Apr 30, 2024 • 4 new comments -
eliminate (most) tbl_xx, list_xx functions
#24572 commented on
Apr 29, 2024 • 4 new comments -
feat(messages)!: reduce emitted events for ext_messages
#27963 commented on
Apr 30, 2024 • 3 new comments -
Crash with :redraw from vim.ui_attach() callback
#21604 commented on
Apr 30, 2024 • 3 new comments -
fix(diagnostics): translate legacy signs before diagnostic scheduler
#26927 commented on
Apr 24, 2024 • 3 new comments -
Assertion failure with newline character in message and `screen_resize`
#25100 commented on
Apr 30, 2024 • 3 new comments -
Assert failure when attaching ext_messages callback after multiline message
#22914 commented on
Apr 30, 2024 • 3 new comments -
Windows: ~ symbol not treated as home when starting from CLI/terminal
#23901 commented on
Apr 26, 2024 • 2 new comments -
Adventures in wonderland: build.zig
#28344 commented on
Apr 29, 2024 • 2 new comments -
feat(treesitter): async parsing
#22420 commented on
Apr 24, 2024 • 1 new comment -
feat(diagnostic): add vim.diagnostic.jump()
#26745 commented on
Apr 27, 2024 • 1 new comment -
fix(lsp): `inlay_hints` disappear when opening the same file several times
#27082 commented on
Apr 24, 2024 • 1 new comment -
fix(uri): correctly convert windows UNC path to URI
#27482 commented on
Apr 28, 2024 • 1 new comment -
`cmdheight=0` causes hit-enter-prompt in case of `<Cmd>...<CR>` mapping
#20673 commented on
Apr 30, 2024 • 1 new comment -
Crash: telescope, treesitter, fold settings, showbreak
#24136 commented on
Apr 29, 2024 • 1 new comment -
crash when typing println!(" in Rust: ts_parser__handle_error: Assertion `did_merge' failed
#28265 commented on
Apr 23, 2024 • 1 new comment -
ext_multigrid: Missing msg_set_pos and win_pos notifications upon reattach
#19559 commented on
Apr 27, 2024 • 1 new comment -
CursorMoved event closes float too early if there is a pending cursor move
#12923 commented on
Apr 24, 2024 • 1 new comment -
Exiting :terminal kills split
#5176 commented on
Apr 26, 2024 • 1 new comment -
Cursor is blinking when using `nvim_win_set_cursor` with another window
#28023 commented on
Apr 24, 2024 • 1 new comment -
refactor(api): rename nvim_win_remove_ns
#28432 commented on
Apr 26, 2024 • 0 new comments -
flicker if plugin sets 'background' during startup
#19362 commented on
Apr 23, 2024 • 0 new comments -
Project concept
#8610 commented on
Apr 24, 2024 • 0 new comments -
fix(ui): flush ext_cmdline events before doing 'cmdpreview'
#27950 commented on
Apr 23, 2024 • 0 new comments -
fix(messages)!: vim.ui_attach message callbacks are unsafe
#27874 commented on
Apr 30, 2024 • 0 new comments -
refactor: reduce strlen calls in strcat
#27843 commented on
Apr 24, 2024 • 0 new comments -
Path to version 1.0
#20451 commented on
Apr 25, 2024 • 0 new comments -
man.vim: q does not exit, throws E444 instead, if you jump to another manpage
#25943 commented on
Apr 26, 2024 • 0 new comments -
UI: externalize 'cursorline'/'cursorcolumn'
#6071 commented on
Apr 26, 2024 • 0 new comments -
default mappings for LSP, diagnostics, etc
#24252 commented on
Apr 26, 2024 • 0 new comments -
build: add utf8proc as dependency
#26165 commented on
Apr 29, 2024 • 0 new comments -
vim.ui enhancements: proposal and tracking issue
#25514 commented on
Apr 27, 2024 • 0 new comments -
release checklist 0.10
#23235 commented on
Apr 28, 2024 • 0 new comments -
Only last line of multi-line `nvim_out_write` appears when sent as notification
#22878 commented on
Apr 30, 2024 • 0 new comments