Files
neovim/runtime/lua/vim
Mathias Fußenegger ff0833cb4e feat(lsp): allow root_dir to be nil (#15430)
According to the protocol definition `rootPath`, `rootUri` and
`workspaceFolders` are allowed to be null.

Some language servers utilize this to provide "single file" support.
If all three are null, they don't attempt to index a directory but
instead only provide capabilities for a single file.
2021-08-19 18:15:18 +02:00
..
2018-12-20 11:57:30 +01:00
2020-11-12 22:21:34 -05:00
2021-05-01 08:19:48 -04:00