Block or Report
Block or report justinmk
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
745 contributions in the last year
Activity overview
Contributed to
neovim/neovim,
justinmk/config,
vscode-neovim/vscode-neovim
and 27 other
repositories
Contribution activity
May 2022
Created 14 commits in 6 repositories
Created a pull request in neovim/neovim that received 4 comments
docs: --remote alternatives
WIP: sketching out how Nvim --remote should work.
Key ideas:
The numerous --remote-x-y variants from Vim should not be mindlessly copied. Most use…
+24
−56
•
4
comments
Opened 10 other pull requests in 3 repositories
neovim/neovim
4
merged
3
open
1
closed
- fix(logging): skip recursion, fix crash
- feat(lua)!: repurpose "-l" to execute Lua
- fix(coverity): USE_AFTER_FREE in create_user_command
- fix(version.c): mark N/A vim patches
- feat(channels): introduce v:parent
- ci: remove remnants of gperf
- Revert "ci(bsd): conditional runs for faster builds"
- feat(job,terminal): unset Vim/Nvim-owned env vars
vscode-neovim/vscode-neovim
1
merged
neovim/node-client
1
merged
Reviewed 129 pull requests in 6 repositories
neovim/neovim
25 pull requests
- refactor(checkhealth): move completion to Lua, and module location
- feat: user command "preview" (like inccommand)
- docs: clarify that nvim_strwidth counts control characters as one cell
- feat(api): add bdelete to nvim_buf_delete
- fix(logging): skip recursion, fix crash
- ci(uncrustify): show expected formatting on failure
- test: sanitize more of the test environment
- ci: use ubuntu-latest for vim-patches and coverity-scan
- fix(ui): require window-local value to show winbar on floating windows
- vim-patch:8.2.5028: syntax regexp matching can be slow
- feat(test): log test id next to test title
- docs(options): move all removed options to vim_diff.txt
- Expose API for snippet parser.
- Disable flaky tests
- feat(api): add nvim_buf_save
- feat(folds): add 'foldcolumndigits' option
- vim-patch:8.2.5010: the terminal debugger uses various global variables
- fixed w! displaying a message when the file was uptated externally
- vim-patch:8.2.5016: access before start of text with a put command
- feat(lsp): turn rename filter into a predicate
- fix(mouse): check that mouse support is enabled for visual mode
- fix(ui): redraw winbar alongside statusline
- vim-patch:8.2.5007: spell suggestion may use uninitialized memory
- refactor!: delete insertmode
- feat(lsp)!: Turn format filter into predicate
- Some pull request reviews not shown.
vscode-neovim/vscode-neovim
5 pull requests
neovim/nvim-lspconfig
3 pull requests
neovim/node-client
1 pull request
neovim/neovim-ruby
1 pull request
neovim/lua-client
1 pull request
Created an issue in neovim/neovim that received 3 comments
Windows CI: do we need msys2 / mingw ?
Problem Unnecessary CI builds increase the change of spurious failures, which are costly noise. Of course, we should fix all legitimate bugs, but w…
3
comments