index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
lua
/
vim
/
lsp.lua
Commit message (
Expand
)
Author
Age
*
refactor(lsp): report full Nvim version string in clientInfo
Justin M. Keyes
2023-06-21
*
fix(lsp): always return boolean in lsp.buf_client_attach (#24077)
Sooryakiran Ponnath
2023-06-20
*
refactor(lsp): extract common execute command functionality (#24065)
Mathias Fußenegger
2023-06-20
*
feat(lsp): inlay hints #23984
Chinmay Dalal
2023-06-19
*
docs #24061
Justin M. Keyes
2023-06-19
*
fix(lsp): handle stale bufnr on LspRequest autocmd trigger (#24013)
Mathias Fußenegger
2023-06-13
*
feat(lsp): add handlers for inlay hints (#23736)
Chinmay Dalal
2023-06-11
*
fix(lsp): use percentage format on lsp.status (#23971)
Raphael
2023-06-10
*
feat(lsp)!: add vim.lsp.status, client.progress and promote LspProgressUpdate...
Mathias Fußenegger
2023-06-09
*
fix(lsp): reduce diagnostics and add more types (#23948)
Lewis Russell
2023-06-07
*
feat(lua): rename vim.loop -> vim.uv (#22846)
Lewis Russell
2023-06-03
*
feat(lsp): set client offset_encoding if server supports positionEncoding
Gregory Anders
2023-06-01
*
fix(lsp): add param assert in client_is_stopped (#23857)
Raphael
2023-06-01
*
feat(lsp)!: promote LspRequest to a full autocmd and enrich with additional d...
jdrouhard
2023-05-30
*
feat(lsp): initial support for dynamic capabilities (#23681)
Folke Lemaitre
2023-05-28
*
refactor(options): deprecate nvim[_buf|_win]_[gs]et_option
Lewis Russell
2023-05-21
*
docs: small fixes
dundargoc
2023-05-13
*
docs(lsp): fix `config.cmd` argument for `vim.lsp.start_client` (#23560)
hituzi no sippo
2023-05-09
*
docs(lsp): fix type of `config.cmd` argument for `vim.lsp.start_client` (#23550)
hituzi no sippo
2023-05-09
*
feat(lua): vim.tbl_contains supports general tables and predicates (#23040)
Christian Clason
2023-04-14
*
refactor: remove modelines from Lua files
Gregory Anders
2023-04-13
*
refactor(lsp): do not parse verbose output when overwriting options (#22810)
Michal Liszcz
2023-04-05
*
fix(lsp): avoid switching buffers on lsp attach (#22689)
August Masquelier
2023-03-17
*
docs(lsp): more precise type annotations (#22621)
Jaehwang Jung
2023-03-11
*
fix(lsp): send didClose on buffer rename (#22623)
Mathias Fußenegger
2023-03-11
*
revert: "fix(lsp): use buffer scheme for files not stored on disk" (#22604)
Mathias Fußenegger
2023-03-11
*
docs(lsp): type annotation for lsp.client (#22509)
Jaehwang Jung
2023-03-09
*
feat(lsp): overwrite omnifunc/tagfunc set by ftplugin #22267
Michal Liszcz
2023-03-09
*
docs(lsp): change type annotations from number → integer (#22510)
Jaehwang Jung
2023-03-07
*
fix(lsp): only fire LspDetach for attached buffers (#22468)
Gregory Anders
2023-03-01
*
fix(lsp): use buffer scheme for files not stored on disk (#22407)
Mathias Fußenegger
2023-03-01
*
fix(lsp): callHierarchy methods also require the callHierarchyProvider (#22427)
Jens Claes
2023-03-01
*
docs(lsp): update cmd_env description (#22438)
Mike
2023-02-27
*
fix(lsp): fix some type annotations (#22397)
Mathias Fußenegger
2023-02-25
*
refactor(lsp): remove deprecated code (#22389)
Raphael
2023-02-24
*
fix(lsp): wrong format of bufnr and client order in error message (#22336)
Jason Hansen
2023-02-21
*
doc(lsp): format arguments to start_client() (#21980)
Lewis Russell
2023-01-24
*
refactor: format with stylua (#21821)
dundargoc
2023-01-15
*
docs(lsp): update buf_notify and rpc.notify params types (#21753)
Chris Kipp
2023-01-11
*
docs(lua): adjust some type annotations
notomo
2023-01-04
*
fix(lsp): change vim.lsp.get_active_clients.filter name annotation to string ...
Christian Segundo
2023-01-03
*
fix(lsp): fix nil client access in get_active_clients (#21524)
Raphael
2022-12-30
*
fix(lsp): correct some type annotations (#21365)
Mathias Fußenegger
2022-12-09
*
fix(lsp): followup fixes for semantic tokens support (#21357)
jdrouhard
2022-12-09
*
feat(lsp): initial support for semantic token highlighting
John Drouhard
2022-12-08
*
feat(lsp): support willSave & willSaveWaitUntil capability (#21315)
Mathias Fußenegger
2022-12-08
*
fix(lsp): remove workspaceFolders field (#21284)
Raphael
2022-12-04
*
docs(gen): support language annotation in docstrings
Christian Clason
2022-12-02
*
docs: fix/remove invalid URLs #20647
Justin M. Keyes
2022-10-14
*
fix(lua): properly configure luacheck and remove `local vim = ...` lines (#20...
Folke Lemaitre
2022-10-09
[next]