-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Nov 17, 2024
56 Pull requests merged by 16 people
-
vim-patch:9.1.0869: Problem: curswant not set on gm in folded line
#31247 merged
Nov 18, 2024 -
fix(checkhealth): disable 'listchars'
#31245 merged
Nov 17, 2024 -
feat(defaults): dot-repeat [<Space>
#31186 merged
Nov 17, 2024 -
feat(lsp): option to highlight hover range
#31110 merged
Nov 17, 2024 -
fix(api): update "range" windows in nvim__redraw
#31042 merged
Nov 17, 2024 -
fix(messages): proper multiline Lua print() messages
#31205 merged
Nov 17, 2024 -
fix(api): nvim_echo free text memory with invalid highlight
#31243 merged
Nov 17, 2024 -
build(deps): bump uncrustify to uncrustify-0.80.1
#31240 merged
Nov 17, 2024 -
fix(lsp): type-errors and other nits in vim.lsp.log
#31235 merged
Nov 17, 2024 -
fix(treesitter): remove redundant on_bytes callback
#31041 merged
Nov 17, 2024 -
fix(api): consistent usage/documentation of hl_group
#31195 merged
Nov 16, 2024 -
feat(ui): hide unfocusable floating windows from window lists
#27984 merged
Nov 16, 2024 -
refactor(options): remove
.indir
and redesign option scopes#31066 merged
Nov 16, 2024 -
build(deps): bump uncrustify to uncrustify-0.80.0
#31222 merged
Nov 16, 2024 -
vim-patch:partial:9.1.0851: too many strlen() calls in getchar.c
#31230 merged
Nov 16, 2024 -
docs: standardize doc for ChanInfo/ChanOpen autocmds/v:event
#31099 merged
Nov 16, 2024 -
test(lua/ui_event_spec): avoid polluting log file
#31229 merged
Nov 16, 2024 -
vim-patch:9.1.0866: filetype: LLVM IR files are not recognized
#31228 merged
Nov 16, 2024 -
fix(ui): no fast context for prompt message kinds
#31224 merged
Nov 15, 2024 -
feat(default): bind
vim.lsp.buf.signature_help
in select mode#31223 merged
Nov 15, 2024 -
vim-patch: update runtime files
#31220 merged
Nov 15, 2024 -
vim-patch:9.1.0865: filetype: org files are not recognized
#31221 merged
Nov 15, 2024 -
ci(win): update setup-python action to v5
#31212 merged
Nov 15, 2024 -
fix(treesitter): keep tree view open when source window is still open
#31198 merged
Nov 15, 2024 -
vim-patch:9.1.0855: setting 'cmdheight' may cause missing output
#31216 merged
Nov 15, 2024 -
vim-patch:9.1.0864: message history is fixed to 200
#31215 merged
Nov 15, 2024 -
fix(messages)!: vim.ui_attach message callbacks are unsafe
#27874 merged
Nov 14, 2024 -
build(deps): bump luajit to HEAD - fe71d0fb5
#31211 merged
Nov 14, 2024 -
feat(lsp): support utf-8 and utf-32 position encodings
#31209 merged
Nov 14, 2024 -
fix(tests): needing two calls to setup a screen is cringe
#31168 merged
Nov 14, 2024 -
vim-patch: update runtime files
#31201 merged
Nov 14, 2024 -
vim-patch: doc updates
#31204 merged
Nov 14, 2024 -
build(deps): bump luajit to HEAD - 69bbf3c1b
#31192 merged
Nov 13, 2024 -
fix(completion): determine LSP completion matching by completeopt
#30945 merged
Nov 13, 2024 -
fix(treesitter): show proper node name error messages
#31194 merged
Nov 13, 2024 -
fix(treesitter): show proper node name error messages
#31127 merged
Nov 13, 2024 -
refactor(highlight): make enum of builtin highlights start with 1
#31164 merged
Nov 13, 2024 -
vim-patch:210c49b: runtime(compiler): update pylint linter
#31191 merged
Nov 13, 2024 -
build(deps): bump tree-sitter to e3c826333
#31190 merged
Nov 13, 2024 -
vim-patch:5ca8f22: runtime(idris2): include filetype,indent+syntax plugins for (L)Idris2 + ipkg
#31183 merged
Nov 13, 2024 -
fix(startup): report --startuptime error to stderr
#31188 merged
Nov 13, 2024 -
fix(startup): report --startuptime error to stderr
#31131 merged
Nov 13, 2024 -
vim-patch:f18987c: runtime(doc): clarify the use of filters and external commands
#31185 merged
Nov 12, 2024 -
vim-patch:9.1.0860: tests: mouse_shape tests use hard code sleep value
#31184 merged
Nov 12, 2024 -
fix(treesitter): add 'QuitPre' event to autocommands in inspect_tree
#31181 merged
Nov 12, 2024 -
refactor(lsp): avoid redundant function wrapping
#31179 merged
Nov 12, 2024 -
vim-patch:9.1.0853: filetype: kubernetes config file not recognized
#31169 merged
Nov 12, 2024 -
vim-patch:129a844: runtime(tar): Update tar.vim to support permissions
#31170 merged
Nov 12, 2024 -
refactor(tests): use more global highlight definitions
#31137 merged
Nov 11, 2024 -
fix(messages): pass previous highlight id to ext chunks
#31167 merged
Nov 11, 2024 -
perf(lsp): use faster version of str_byteindex
#31134 merged
Nov 11, 2024 -
perf(filetype): optimize internal data structures
#31123 merged
Nov 11, 2024 -
feat(ext_messages): add hl_id to ext_messages chunks
#27813 merged
Nov 11, 2024 -
vim-patch:622f6f5: runtime(tex): extra Number highlighting causes issues
#31162 merged
Nov 11, 2024 -
vim-patch:5b63b23: runtime(netrw): directory symlink not resolved in tree view
#31161 merged
Nov 11, 2024 -
vim-patch:6065755: runtime(tex): update Last Change header in syntax script
#31156 merged
Nov 11, 2024
7 Pull requests opened by 6 people
-
fix(api): check cot include popup in nvim__complete_set
#31177 opened
Nov 12, 2024 -
fix(eval): add preview window relate argument in complete_info
#31180 opened
Nov 12, 2024 -
test(treesitter): update inspect_tree tests
#31182 opened
Nov 12, 2024 -
refactor(windows)!: only support UCRT, even for mingw
#31193 opened
Nov 13, 2024 -
feat(lsp): deprecate non-method client functions
#31207 opened
Nov 14, 2024 -
fix(lsp): hover keymap
#31208 opened
Nov 14, 2024 -
filetype-opt-buf fixes
#31219 opened
Nov 15, 2024
41 Issues closed by 11 people
-
Problematic syntax ftplugin files for folding
#31233 closed
Nov 18, 2024 -
Health headings highlight breaks with listchars multispace
#31145 closed
Nov 17, 2024 -
`print` should only send one `msg_show` event with `ext_messages`
#21044 closed
Nov 17, 2024 -
LSP: Pyright Diagnostics error in Pyright LSP for list.append method when using Neovim with Kickstart setup
#31242 closed
Nov 17, 2024 -
nvim_exec_autocmds passes by copy instead of reference and ignores metatables
#31239 closed
Nov 17, 2024 -
`:set term?` fails (but `:echo &term` works)
#31048 closed
Nov 16, 2024 -
Normal mode in cmdline
#31076 closed
Nov 16, 2024 -
snippet.jump doesnt stop when $0 is tight next to a placeholder/tabstop
#31152 closed
Nov 16, 2024 -
Attempt to call method 'match' ( a nil value )
#31092 closed
Nov 16, 2024 -
unnamed and unnamedplus causing problems with long-press delete actions
#23748 closed
Nov 16, 2024 -
Activate mouse support on key modifier
#31227 closed
Nov 15, 2024 -
Ability to disable all the hit-enter propmts completely.
#31226 closed
Nov 15, 2024 -
`syntax/astro.vim` makes `nvim-cmp` laggy
#31225 closed
Nov 15, 2024 -
heap-use-after-free if callback deletes a variable while listing variables
#20792 closed
Nov 15, 2024 -
InspectTree: Quitting a split source window closes tree inspector window
#31196 closed
Nov 15, 2024 -
C_/ isn't OK on kitty terminal it seems
#31197 closed
Nov 15, 2024 -
terminal-mode abbreviations (:tabbr)
#6155 closed
Nov 15, 2024 -
Incorrect indentation after zsh continuation line
#31218 closed
Nov 15, 2024 -
Incomplete vim.notify message with set cmdheight=2 during startup
#22646 closed
Nov 15, 2024 -
option to set maximum :messages history length
#25723 closed
Nov 15, 2024 -
E117: Unknown function: `isabsolutepath` - Windows specific
#31213 closed
Nov 14, 2024 -
The `jit.p` example in the Neovim documentation outputs nothing
#31091 closed
Nov 14, 2024 -
LSP: promote utf-8 and utf-32 positionEncodings
#30034 closed
Nov 14, 2024 -
`vim.hl` gives attempt to index field 'hl' (a nil value) error
#31210 closed
Nov 14, 2024 -
statusline behavior changed
#31187 closed
Nov 14, 2024 -
g:markdown_folding is applied on yaml header
#31203 closed
Nov 13, 2024 -
neovim hangs on autocomplete
#31189 closed
Nov 13, 2024 -
use `nvim --clean` with nvim version 11.0 dev, the cursor becomes a block in insert mode.
#31202 closed
Nov 13, 2024 -
Unable to disable stock syntax highlighting / `:syntax off` ignored
#31200 closed
Nov 13, 2024 -
[lsp,completion] Do fuzzy matching only if `completeopt` has `fuzzy` in it
#30416 closed
Nov 13, 2024 -
nvim freezes when deleting text when `highlight_current_scope` is enabled
#31163 closed
Nov 13, 2024 -
'--startuptime .' or '--startuptime /unwrittable/file' seg faults
#31125 closed
Nov 13, 2024 -
InspectTree: exiting source buffer raises E855
#30986 closed
Nov 12, 2024 -
Sync version of `vim.lsp.buf.code_action`, allowing code actions on save
#31176 closed
Nov 12, 2024 -
Typst: option 'commentstring' is empty
#31178 closed
Nov 12, 2024 -
LSP: NeoVim crashes when deleting a line with active diagnostic from gopls
#31171 closed
Nov 12, 2024 -
ext_messages: possible offset error on iterating through chunks
#31166 closed
Nov 11, 2024 -
vim.ui_attach: make it easier to retrieve highlight attributes (with `ext_messages`)
#20310 closed
Nov 11, 2024 -
after version update to NVIM v0.11.0-dev-1108+g5a86360400
#31128 closed
Nov 11, 2024
12 Issues opened by 11 people
-
ui-messages: add kind for `:hi` output messages
#31248 opened
Nov 18, 2024 -
Treesitter error on hover: "Attempt to index field '_valid' (a boolean value)"
#31246 opened
Nov 17, 2024 -
ui-messages: add kind for search pattern messages
#31244 opened
Nov 17, 2024 -
`:trust` puts incorrect(?) SHA-256 to trust database
#31241 opened
Nov 17, 2024 -
`<Cmd>` keys not handled properly when used with `--remote-send`
#31238 opened
Nov 17, 2024 -
Segfault when new window is created inside WinLeave event callback
#31236 opened
Nov 16, 2024 -
Lua: clone object/table (like js structuredClone)
#31234 opened
Nov 16, 2024 -
Add continuations to `vim.lsp.buf.*` functions
#31206 opened
Nov 14, 2024 -
Unable to build WSL Ubuntu
#31174 opened
Nov 12, 2024 -
'listchars': distinguish CR/LF; don't show EOL char if newline missing at EOF
#31173 opened
Nov 12, 2024 -
Terminal cleanup broken when resizing text in tmux
#31172 opened
Nov 12, 2024 -
loader: .cache/nvim/luac/ contains 250k files when using nvim.appimage
#31165 opened
Nov 11, 2024
43 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(health): support show health in floating window
#31086 commented on
Nov 17, 2024 • 6 new comments -
perf(decor): improve performance for long lines
#30869 commented on
Nov 17, 2024 • 1 new comment -
Lua: Position / Range abstraction (vim.pos.Pos)
#25509 commented on
Nov 11, 2024 • 0 new comments -
diagnostic signs disappear when entering insert mode
#26078 commented on
Nov 17, 2024 • 0 new comments -
global option to set default floating window border
#20202 commented on
Nov 17, 2024 • 0 new comments -
LSP: hook into hover doc floating windows
#28140 commented on
Nov 17, 2024 • 0 new comments -
matchit does not use treesitter, depends on :syntax
#15462 commented on
Nov 17, 2024 • 0 new comments -
ext_cmdline/message for the TUI: tracking issue
#27811 commented on
Nov 18, 2024 • 0 new comments -
alternative to C for Nvim core
#30678 commented on
Nov 18, 2024 • 0 new comments -
Runtime: vim.inspect: Show file+line for functions
#13756 commented on
Nov 17, 2024 • 0 new comments -
feat(lua): vim.func.on_func()
#22598 commented on
Nov 15, 2024 • 0 new comments -
feat(ui): detach UI via [count]ctrl-z
#30319 commented on
Nov 17, 2024 • 0 new comments -
Color cmdline
#30406 commented on
Nov 17, 2024 • 0 new comments -
build(deps): bump wasmtime to v26.0.1
#30946 commented on
Nov 12, 2024 • 0 new comments -
fix(snippet): use indent function to generate base indent
#31070 commented on
Nov 17, 2024 • 0 new comments -
fix(editorconfig): rename augroup
#31078 commented on
Nov 15, 2024 • 0 new comments -
[WIP] refactor(options): autogenerate option variables
#31084 commented on
Nov 16, 2024 • 0 new comments -
refactor(options): autogenerate valid values and flag enums for options
#31089 commented on
Nov 16, 2024 • 0 new comments -
refactor(lsp): fold in dynamic_registration code into the client
#31090 commented on
Nov 15, 2024 • 0 new comments -
feat(options)!: disallow setting options to sentinel value
#31108 commented on
Nov 15, 2024 • 0 new comments -
test(lua): add basic profiler
#31135 commented on
Nov 15, 2024 • 0 new comments -
docs: misc
#31138 commented on
Nov 17, 2024 • 0 new comments -
Trash input when changing tabs on iterm2 after some recent update
#31122 commented on
Nov 12, 2024 • 0 new comments -
LSP completion: display documentation if exists for an item
#29225 commented on
Nov 12, 2024 • 0 new comments -
LSP: rust_analyzer: -32802: server cancelled the request
#30985 commented on
Nov 13, 2024 • 0 new comments -
delete mapping by LHS only
#30258 commented on
Nov 14, 2024 • 0 new comments -
provide continuation for `vim.lsp.buf.rename`
#28004 commented on
Nov 14, 2024 • 0 new comments -
feat: Add a callback option to `vim.lsp.buf.code_action()`
#25259 commented on
Nov 14, 2024 • 0 new comments -
async vim.lsp.buf.code_action for use with BufWritePre autocmd
#24168 commented on
Nov 14, 2024 • 0 new comments -
Bidi language support
#553 commented on
Nov 14, 2024 • 0 new comments -
Lua: structured concurrency, Promises, task pipelines
#19624 commented on
Nov 15, 2024 • 0 new comments -
directional text motions (like vim-ninja-feet)
#30729 commented on
Nov 15, 2024 • 0 new comments -
image API
#30889 commented on
Nov 15, 2024 • 0 new comments -
Way to get tabpage local option
#31140 commented on
Nov 15, 2024 • 0 new comments -
interact with virtual text
#31116 commented on
Nov 16, 2024 • 0 new comments -
Windows and Linux Remote Wezterm Rendering Bug
#31157 commented on
Nov 16, 2024 • 0 new comments -
checkhealth: show detected terminal features
#31113 commented on
Nov 16, 2024 • 0 new comments -
Feature: Make `priority` affect `line_hl_group`
#31151 commented on
Nov 16, 2024 • 0 new comments -
:messages query API, kill "Press ENTER" with fire
#22478 commented on
Nov 16, 2024 • 0 new comments -
Lua: more vim.iter functions
#23233 commented on
Nov 16, 2024 • 0 new comments -
LSP: settings field does not work consistently
#29986 commented on
Nov 16, 2024 • 0 new comments -
Build failed on Windows
#31027 commented on
Nov 17, 2024 • 0 new comments -
Options refactor roadmap
#25672 commented on
Nov 17, 2024 • 0 new comments