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
1,014 contributions in the last year
Activity overview
Contributed to
neovim/neovim,
justinmk/config,
vscode-neovim/vscode-neovim
and 29 other
repositories
Contribution activity
August 2022
Created 2 commits in 2 repositories
Reviewed 13 pull requests in 1 repository
neovim/neovim
13 pull requests
- feat(lsp): deprecate vim.lsp.buf.range_formatting
- vim-patch:7.4.1168
- docs(lsp): remove lsp.buf_request from docs
- build: windows-specific cmake fixes
- refactor(screen.c): resolve all clint errors
- build libuv cmake
- docs: improve example in incremental preview section
- fix(tabpage): check if ROWS_AVAIL changed for resize
- doc
- fix(lsp): ensure uri_from_fname always returns valid URI
- build: add formatting targets for c and lua files
- refactor: rename function prefix mb to the more accurate utf_cp
- feat(api): add replace_keycodes to nvim_set_keymap
Created an issue in neovim/neovim that received 10 comments
Lua: async/await/await_all abstraction
related: #11312 Summary Do we want/need an abstraction for working with "promises" (coroutines) in the Nvim lua stdlib? E.g. https://github.com/ms-…
10
comments