Files
neovim/runtime/lua/vim
Mathias Fußenegger 7b0ae589f0 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-09-26 11:28:28 -07:00
..
2018-12-20 11:57:30 +01:00
2021-05-01 08:19:48 -04:00