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
Commit message (
Expand
)
Author
Age
*
lsp: Add support for create workspaceEdit resource operation
Mathias Fussenegger
2021-03-18
*
lsp: Add support for file rename via workspaceEdit
Mathias Fussenegger
2021-03-18
*
Merge pull request #14145 from teto/remove-tshighlighter
Matthieu Coudron
2021-03-16
|
\
|
*
chore: remove deprecated lua module tshighlighter
Matthieu Coudron
2021-03-16
*
|
lsp: update lsp_markdown syntax to not clash with built-in markdown syntax
Michael Lingelbach
2021-03-15
*
|
Merge pull request #14098 from mjlbach/fix_highlighting_lsp_markdown
Michael Lingelbach
2021-03-15
|
\
\
|
*
|
lsp: fix highlighting for lsp markdown code blocks
Michael Lingelbach
2021-03-10
*
|
|
Merge pull request #14076 from mfussenegger/treesitter019
Björn Linse
2021-03-15
|
\
\
\
|
*
|
|
treesitter: Update to 0.19.3
Mathias Fussenegger
2021-03-09
*
|
|
|
api: destabilize nvim_set_hl_ns
Björn Linse
2021-03-15
*
|
|
|
vim-patch:8.2.2591: Poke files are not recognized
Jan Edmund Lazo
2021-03-12
*
|
|
|
lsp: Use incremental sync by default
Mathias Fussenegger
2021-03-11
|
|
_
|
/
|
/
|
|
*
|
|
Update lsp, lua and api docs (gen_vimdoc.py)
Mathias Fussenegger
2021-03-11
|
|
/
|
/
|
*
|
Merge pull request #14073 from mjlbach/feature/syntax_highlight_rule
Michael Lingelbach
2021-03-10
|
\
\
|
*
|
lsp: add custom syntax rules for lsp floating window
Michael Lingelbach
2021-03-09
*
|
|
lsp: Resolve codeLense server capabilities (#14056)
Josa Gesell
2021-03-10
*
|
|
lsp: get_language_id (#14092)
TJ DeVries
2021-03-10
*
|
|
lsp: fix endline such that it cannot point outside the buffer range
Michael Lingelbach
2021-03-10
*
|
|
runtime/termdebug 82be4849eed0b8fbee45bc8da99b685ec89af59a (#13660)
Michael Sartain
2021-03-10
*
|
|
lsp: add incremental text synchronization
Michael Lingelbach
2021-03-09
|
|
/
|
/
|
*
|
Merge pull request #13993 from teto/gendoc
Matthieu Coudron
2021-03-07
|
\
\
|
|
/
|
/
|
|
*
chore: rename progress_callback to progress_handler
Matthieu Coudron
2021-03-04
*
|
Merge pull request #13919 from TheAlakazam/lsplogfix
Michael Lingelbach
2021-03-06
|
\
\
|
*
|
lsp: add explicit entry on lsp log start
Piyush Jaipuriyar
2021-03-06
*
|
|
Added If true to show that {after} and {follow} parameters of nvim_put() are ...
Lee Wannacott
2021-03-07
*
|
|
Forgot to add colon to the {follow} parameters statement
Lee Wannacott
2021-03-07
*
|
|
Clarify that nvim_put()'s {after} and {follow} parameters expect boolean valu...
Lee Wannacott
2021-03-07
*
|
|
Merge pull request #13793 from mjlbach/fix_terminating_eol_diagnostic
Michael Lingelbach
2021-03-05
|
\
\
\
|
*
|
|
lsp: fix diagnostic reported on terminating EOL character
Michael Lingelbach
2021-03-02
*
|
|
|
Merge pull request #14048 from saadparwaiz1/runtime/haskell
Jan Edmund Lazo
2021-03-04
|
\
\
\
\
|
*
|
|
|
runtime/haskell: 4f4d51a942cc2c6b3e936ee0f93f00c2d000065c
Saad Parwaiz
2021-03-03
|
*
|
|
|
runtime/haskell: 8fe1000e9c3438d0ff36cf2340f0f0e48f8fb89f
Saad Parwaiz
2021-03-03
|
*
|
|
|
runtime/cabal: 23515b4ef7580af8b9d3b964a558ab2007cacda5
Saad Parwaiz
2021-03-03
|
*
|
|
|
runtime/cabal: 4f4d51a942cc2c6b3e936ee0f93f00c2d000065c
Saad Parwaiz
2021-03-03
*
|
|
|
|
lsp: don't invoke vim.notify on sigterm of language server
Michael Lingelbach
2021-03-04
*
|
|
|
|
Merge pull request #14047 from mjlbach/feature/notify_on_crash
Michael Lingelbach
2021-03-04
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
lsp: invoke vim.notify when client exits with code or signal other than 0
Michael Lingelbach
2021-03-04
|
|
|
/
/
|
|
/
|
|
*
|
|
|
vim-patch:30e9b3c42567 (#13936)
Volodymyr Kot
2021-03-03
|
|
/
/
|
/
|
|
*
|
|
vim-patch:8.2.2236: 'scroll' option can change when setting the statusline
Jan Edmund Lazo
2021-03-02
*
|
|
vim-patch:8.1.1901: the +insert_expand feature is not always available
Jan Edmund Lazo
2021-03-01
|
/
/
*
|
fix: show error when language server start fails and prevent future requests
David Zhang
2021-02-26
*
|
Merge pull request #14014 from mfussenegger/textDocumentSync
Michael Lingelbach
2021-02-25
|
\
\
|
*
|
LSP: Resolve text_document_save capability according to spec
Mathias Fussenegger
2021-02-25
*
|
|
Merge pull request #14004 from erw7/fix-fic
Jan Edmund Lazo
2021-02-25
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
eval: add fname_case to feature list
erw7
2021-02-25
*
|
|
Update lsp and api docs with gen_vimdoc changes
Mathias Fussenegger
2021-02-24
*
|
|
[LSP] Add in more docs for highlight groups with document_highlight() (#13614)
Chris Kipp
2021-02-24
|
/
/
*
|
fix: treesitter languagetree crash when using telescope buffer previewer (#13...
Simon Hauser
2021-02-23
*
|
vim-patch:8.2.2233: cannot convert a byte index into a character index (#13978)
kuuote
2021-02-22
*
|
lsp: remove deprecated references to 'callbacks' (#13945)
Matthieu Coudron
2021-02-23
[next]