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
/
util.lua
Commit message (
Expand
)
Author
Age
*
Revert "lsp: Fix text edits with the same start position (#12434)" (#12564)
Andreas Johansson
2020-07-30
*
Make the window `nomodifiable` when it's created
Cédric Barreteau
2020-07-20
*
LSP: make the hover window nomodifiable
Cédric Barreteau
2020-07-20
*
lsp: add optional vertical padding, maximal size to floats (#12444)
Christian Clason
2020-07-05
*
doc: fix scripts and regenerate (#12506)
TJ DeVries
2020-07-02
*
lsp: Use nvim_buf_get_lines in locations_to_items and add more tests (#12357)
Mathias Fußenegger
2020-06-30
*
Merge pull request #12252 from dlukes/formatting-sync
Hirokazu Hata
2020-06-27
|
\
|
*
lsp: Add sync variant of LSP formatting
David Lukes
2020-06-22
*
|
lsp: when apply text edits, set buflisted on buffers (#12489)
francisco souza
2020-06-23
|
/
*
lsp: Add new highlight groups used in show_line_diagnostics (#12473)
francisco souza
2020-06-18
*
lsp: Fix text edits with the same start position (#12434)
Andreas Johansson
2020-06-14
*
lsp: Add `BufLeave` to `close_preview_autocmd` function call (#12477)
Dheepak Krishnamurthy
2020-06-12
*
lsp: compute height of floating preview correctly for wrapped lines (#12380)
Christian Clason
2020-06-04
*
Merge pull request #12343 from ndreas/fix/lsp-multibyte-indexing
Hirokazu Hata
2020-06-04
|
\
|
*
Use get_line_byte_from_position in jump_to_location
Andreas Johansson
2020-05-19
|
*
Refactor fetching the line byte
Andreas Johansson
2020-05-19
*
|
lua: add vim.highlight.range (#12401)
Christian Clason
2020-05-31
*
|
lua: simple snippet support in the completion items (#12118)
Viktor Kojouharov
2020-05-28
*
|
lsp: add preview_location util function (#12368)
Christian Clason
2020-05-26
*
|
lsp: fix get diagnositcs
Mike Hartington
2020-05-19
|
/
*
lsp: Handle end lines in apply_text_edits (#12314)
Andreas Johansson
2020-05-17
*
LSP: Add textDocument/codeAction support (#11607)
Jesse
2020-05-16
*
lsp: fix bug when documentEdit version=null for unattached buffer (#12272)
landerlo
2020-05-13
*
lsp: Make apply_text_edits non-ASCII safe (#12223)
Christian Clason
2020-05-08
*
lsp: Handle unknown CompletionItemKind and SymbolKind (#12257)
Hirokazu Hata
2020-05-07
*
lsp: set buflisted when jumping to location (#12253)
Gabriel Sanches
2020-05-07
*
lsp: fix tagstack for location jump #12248
Gabriel Sanches
2020-05-04
*
Merge pull request #12237 from h-michael/vim-nil
Matthieu Coudron
2020-05-04
|
\
|
*
[LSP] check for vim.NIL and add apply_text_document_edit tests
ckipp01
2020-05-01
*
|
Merge pull request #12228 from h-michael/fix-docsyms-to-items
Matthieu Coudron
2020-05-02
|
\
\
|
*
|
lsp: fix lsp.util.symbols_to_items
Hirokazu Hata
2020-05-02
|
|
/
*
/
LSP: Support LocationLink (#12231)
Christian Clason
2020-05-02
|
/
*
Merge pull request #12204 from archseer/lsp-user-data
Matthieu Coudron
2020-04-30
|
\
|
*
lsp/completion: Expose completion_item under completed_items.user_data.
Blaž Hrastnik
2020-04-29
*
|
LSP: enable using different highlighting rules for LSP signs (#12176)
Ghjuvan Lacambre
2020-04-29
*
|
LSP: support tagstack #12096
Yen3
2020-04-28
|
/
*
LSP: don't redefine LspDiagnostics signs #12164
jakbyte
2020-04-26
*
LSP: Fix show_line_diagnostics #12186
Mathias Fußenegger
2020-04-26
*
LSP: Add a check for null version in VersionedTextDocumentIdentifier (#12185)
Chris Kipp
2020-04-26
*
LSP: remove obsolete "peek definition" code #12178
Thore Weilbier
2020-04-25
*
LSP: Expose diagnostics grouped by bufnr (#11932)
Mathias Fußenegger
2020-04-25
*
lsp: remove buffer version on buffer_detach (#12029)
Hirokazu Hata
2020-04-25
*
Merge pull request #11989 from Weypare/textEdit
Matthieu Coudron
2020-04-20
|
\
|
*
LSP/completion: Add completion text helper function
Andrey Avramenko
2020-04-20
|
*
LSP/completion: add textEdit support
Andrey Avramenko
2020-03-06
*
|
lsp: export convert_signature_help_to_markdown_lines (#11950)
Hirokazu Hata
2020-04-19
*
|
lsp: replace the event that closes the signature help preview window from Ins...
Hirokazu Hata
2020-04-18
*
|
lsp: provide a default for missing reference kind (#12127)
George Zhao
2020-04-16
*
|
Merge pull request #11927 from Jesse-Bakker/lsp-buf-version
Björn Linse
2020-03-16
|
\
\
|
|
/
|
/
|
|
*
Use buffer version instead of changedtick for edits
Jesse Bakker
2020-02-27
[next]