neovim/runtime/lua/vim/lsp
Mathias Fußenegger f03b1622ad
fix(lsp): handle nil root_dir in health check (#29007)
The root directory could show up as something like:

    Root directory: ~/path/to/cwd/v:null

Despite being `nil`
2024-05-25 21:22:41 +02:00
..
_meta feat(lsp): update LSP protocol 3.18 typings to date (#28730) 2024-05-14 08:33:03 -05:00
_changetracking.lua docs: improve/add documentation of Lua types 2024-03-01 23:02:18 +00:00
_completion.lua feat(lsp): support completion itemDefaults 2024-02-27 16:50:51 +01:00
_dynamic.lua refactor(types): more fixes (2) 2024-03-06 16:03:33 +00:00
_meta.lua fix(lsp): clean up duplicate and unused meta type annotations 2024-01-20 14:02:16 +01:00
_snippet_grammar.lua feat(lsp): add snippet API (#25301) 2023-10-21 08:51:26 +02:00
_tagfunc.lua fix(lsp): fix infinite loop on vim.lsp.tagfunc 2024-02-03 17:47:56 -05:00
_watchfiles.lua feat(lsp): add fswatch watchfunc backend 2024-03-01 23:00:20 +00:00
buf.lua docs: misc (#28609) 2024-05-15 07:18:33 +08:00
client.lua fix(lsp): handle nil root_dir in health check (#29007) 2024-05-25 21:22:41 +02:00
codelens.lua fix(lsp): hide layout in codelenses in virtual text (#28794) (#28807) 2024-05-21 18:23:37 +02:00
diagnostic.lua fix(lsp): actually send diagnostic-tags back to the server 2024-03-06 11:12:41 +00:00
handlers.lua feat: remove deprecated features 2024-05-16 18:30:59 +02:00
health.lua fix(lsp): handle nil root_dir in health check (#29007) 2024-05-25 21:22:41 +02:00
inlay_hint.lua docs: news 2024-05-15 23:19:26 +02:00
log.lua feat(lua): deprecate vim.tbl_add_reverse_lookup 2024-03-07 10:24:34 +01:00
protocol.lua fix(lsp): disable didChangeWatchedFiles on Linux 2024-05-10 14:59:44 +01:00
rpc.lua fix(lsp): add "silent" option to vim.lsp.start (#28478) 2024-04-26 08:15:44 -05:00
semantic_tokens.lua fix(lsp): semantic token functions allow "0" bufnr #28849 2024-05-21 09:25:54 -07:00
sync.lua feat(docs): replace lua2dox.lua 2024-02-27 14:41:17 +00:00
util.lua feat: remove deprecated features 2024-05-16 18:30:59 +02:00