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
Commit message (
Expand
)
Author
Age
*
docs(lsp): rename on-list-handler to lsp-on-list-handler (#19813)
Jonas Strittmatter
2022-08-17
*
fix(lsp): avoid pipe leaks if lsp cmd isn't executable (#19717)
Mathias Fußenegger
2022-08-11
*
fix(lsp): fix some type annotations in lsp.rpc (#19714)
Mathias Fußenegger
2022-08-11
*
fix(lsp): set end_col in formatexpr (#19676)
Mathias Fußenegger
2022-08-08
*
fix(lsp): avoid ^M character in hover window on Windows (#19640)
Cai.MY
2022-08-05
*
fix(lsp): prevent unexpected position jumps (#19370)
rhcher
2022-08-03
*
docs(lsp): use direct link to formattingOptions in format docs (#19558)
Mathias Fußenegger
2022-07-28
*
feat(lsp): add range option to code_action; deprecate range_code_action (#19551)
Mathias Fußenegger
2022-07-28
*
feat(lsp): provide feedback if server can't compute rename result (#19546)
Mathias Fußenegger
2022-07-27
*
fix(lsp): set workspace.configuration capability (#19548)
Mathias Fußenegger
2022-07-27
*
feat(lsp): allow passing custom list handler to LSP functions that return lis...
Dalius Dobravolskas
2022-07-25
*
fix: add group in autocmd api #19412
Raphael
2022-07-17
*
refactor(lsp): use autocmd api (#19407)
ii14
2022-07-17
*
refactor: use `local api = vim.api`
ii14
2022-07-15
*
refactor: use npcall from vim.F
ii14
2022-07-15
*
refactor(lsp): make the use of local aliases more consistent
ii14
2022-07-15
*
fix(lsp): pcall nvim_del_augroup_by_name (#19302)
Christian Clason
2022-07-10
*
refactor: remove functions marked for deprecation in 0.8 (#19299)
Gregory Anders
2022-07-09
*
refactor(lua): replace vim.cmd use with API calls (#19283)
Raphael
2022-07-09
*
refactor(lua): reformat with stylua 0.14.0 (#19264)
Christian Clason
2022-07-07
*
fix(lsp): small bugs in snippet-parser #18998
L3MON4D3
2022-06-29
*
docs: fix typos (#18866)
dundargoc
2022-06-15
*
feat(lsp): sort codelens if multiple item per line (#18951)
rhcher
2022-06-13
*
fix(lsp): fix multi client handling in code action (#18869)
Mathias Fußenegger
2022-06-05
*
fix(lsp): set buflisted before switching to buffer (#18854)
zeertzjq
2022-06-04
*
fix(lsp): adjust offset encoding in lsp.buf.rename() (#18829)
Fredrik Ekre
2022-06-01
*
fix(lsp): include cancellable in progress message table (#18809)
Chris Kipp
2022-05-31
*
feat(lsp): turn rename filter into a predicate (#18745)
Mathias Fußenegger
2022-05-26
*
feat(lsp)!: turn format filter into predicate (#18458)
Mathias Fußenegger
2022-05-25
*
fix(lsp): respect global syntax setting in open float preview (#15225)
Elton Leander Pinto
2022-05-25
*
fix(lsp): do not detach LSP servers on Windows #18703
Gregory Anders
2022-05-22
*
refactor: add warnings for deprecated functions (#18662)
dundargoc
2022-05-21
*
fix(lsp): only send diagnostics from current buffer in code_action() (#18639)
Fredrik Ekre
2022-05-20
*
feat(lsp): option to reuse_win for jump actions (#18577)
Lewis Russell
2022-05-18
*
fix(health): handle non-existent log file #18610
Noval Maulana
2022-05-17
*
fix(lsp): perform client side filtering of code actions (#18392)
Fredrik Ekre
2022-05-12
*
feat(defaults): session data in $XDG_STATE_HOME #15583
Ivan
2022-05-12
*
Merge pull request #18487 from clason/stylua
Christian Clason
2022-05-11
|
\
|
*
chore: format runtime with stylua
Christian Clason
2022-05-09
*
|
docs(lsp): fix description of `only` in vim.lsp.buf.code_action() (#18492)
Fredrik Ekre
2022-05-09
|
/
*
fix(lsp): detach spawned LSP server processes (#18477)
Gregory Anders
2022-05-08
*
docs: change wrap_at type to number (#18456)
Noval Maulana
2022-05-07
*
fix(lsp): skip clients without rename capability (#18449)
Mathias Fußenegger
2022-05-06
*
fix(lsp): fix rename capability checks and multi client support (#18441)
Mathias Fußenegger
2022-05-05
*
fix(lsp): make sure to always reset active codelens refreshes (#18331)
William Boman
2022-05-05
*
feat(lsp): add logging level "OFF" (#18379)
ii14
2022-05-03
*
feat(lua): vim.deprecate() #18320
dundargoc
2022-05-03
*
fix(lsp): add missing bufnr argument (#18382)
Jose Alvarez
2022-05-03
*
feat(lsp): add async option to vim.lsp.buf.format (#18322)
Mathias Fußenegger
2022-04-30
*
feat(lsp): add vim.lsp.buf.format (#18193)
Michael Lingelbach
2022-04-30
[next]