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-06 11:28:22 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9471b159362aabd35ef044a95e46520e8c110a57
neovim
/
runtime
/
lua
/
vim
/
lsp
History
Mathias Fussenegger
046991e4d5
lsp: Remove vim.NIL handling from apply_text_document_edit
...
The rpc layer normalizes `vim.NIL` to `nil`, so the scenario tested should never happen.
2021-04-14 21:42:03 +02:00
..
buf.lua
[LSP] Add in more docs for highlight groups with document_highlight() (
#13614
)
2021-02-24 17:23:47 +01:00
diagnostic.lua
lsp: fix off-by-one in line diagnostic highlighting
2021-04-14 02:11:47 +02:00
handlers.lua
Merge pull request
#14309
from mjlbach/feature/hover_return_win_buf
2021-04-07 00:58:32 -07:00
log.lua
lsp: add explicit entry on lsp log start
2021-03-06 10:39:40 +05:30
protocol.lua
lsp: Add support for delete workspaceEdit resource operation
2021-03-18 19:53:43 +01:00
rpc.lua
lsp: allow launching language servers with uv_spawn using cwd arg
2021-04-01 14:24:37 -07:00
util.lua
lsp: Remove vim.NIL handling from apply_text_document_edit
2021-04-14 21:42:03 +02:00