Popular repositories
206 contributions in the last year
Less
More
Activity overview
Contribution activity
August 2021
Created 18 commits in 5 repositories
Opened 8 pull requests in 3 repositories
neovim/neovim
5
merged
1
open
neovim/nvim-lspconfig
1
merged
wbthomason/packer.nvim
1
merged
Reviewed 59 pull requests in 6 repositories
neovim/neovim
54 pull requests
- Fix highlight.on_yank with virtualedit
- refactor(api): Represent option dicts as a structs in C and reduce conversion overhead from lua
- feat(lsp): support textDocument/prepareRename
- fix(terminal): don't require ! to close a stopped terminal buffer
- perf(api): avoid spurious allocations when converting small objects
- fix(lua)!: make require() always prefer earlier dirs in rtp (fix #15497)
- docs: provide minimal init.lua and recommend it
- feat(lsp): change handler signature
- fix(lsp): check if buffer is valid in changetracking
- feat(job): add parameter to close stdin
- feat: add vim.treesitter.ignore_query_files
- feat(defaults): support for default autocommands
- autocmd: RecordingEnter, RecordingLeave ("macro" events)
-
test: fix
vim.highlight.on_yank'smeaningless test - feat(lsp): get_border_size(): support repeating border char list
- fix(lua): verify buffer in highlight.on_yank
- docs(lua): fix, clarify Lua require() docs
- refactor: apply uncrustify to screen.c
- vim-patch:8.2.2938: after using motion force from feedkeys() it sticks
- docs(terminal): make terminal input docs match actual behavior
- fix(lsp): handle missing client_id in error message
- fix(lsp): enable additional capabilities
- Port VimL's method call syntax - vim-patch:8.1.{1638,1800,1803,1807,1809,1816,1820,1821,1828,1834,1835,1861,1863,1878,1879,1888,1909,1911,1912}
- vim-patch:6aa5729: update Scala syntax file
- doc: also generate helptags for vim.api.foo
- Some pull request reviews not shown.