This website requires JavaScript.
Explore
Projects
Krypton
CPU vs AI
Eko
Help
Register
Sign In
mirrors
/
neovim
Watch
1
Star
0
Fork
0
You've already forked neovim
mirror of
https://github.com/neovim/neovim.git
synced
2025-09-07 11:58:17 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b751d16cadfc3d2c7e7958432956859b3e2482fa
neovim
/
runtime
/
lua
/
vim
/
lsp
History
Stephan Seitz
b751d16cad
lsp:
Fix
#12449
textDocumentSync.save can be boolean. Access textDocumentSync.save.includeText only if table. (
#12450
)
2020-06-11 15:47:03 -04:00
..
buf.lua
LSP: Add textDocument/codeAction support (
#11607
)
2020-05-16 01:18:59 +02:00
callbacks.lua
lsp: do not process diagnostics for unloaded buffers (
#12440
)
2020-06-04 19:37:38 -04:00
log.lua
lsp: change log name to "lsp.log" from "vim-lsp.log"
2020-05-23 15:02:38 +09:00
protocol.lua
lsp:
Fix
#12449
textDocumentSync.save can be boolean. Access textDocumentSync.save.includeText only if table. (
#12450
)
2020-06-11 15:47:03 -04:00
rpc.lua
lsp: do not assert even if the code does not exist in ErrorCodes (
#11981
)
2020-04-21 15:42:48 +02:00
util.lua
lsp: compute height of floating preview correctly for wrapped lines (
#12380
)
2020-06-04 14:23:03 -04:00