## Error message: ``` tsserver_provider.lua:67: attempt to call field 'sanitize' (a nil value) ``` ### Here is where it's being called: https://github.com/pmizio/typescript-tools.nvim/blob/346062e8cd06e82776b60785a040dfbbdcb6de77/lua/typescript-tools/tsserver_provider.lua#L67 ### The commit removing it: https://github.com/neovim/nvim-lspconfig/commit/d651732cecfc77be1b3727512bec0438c22410d1#diff-9e30880c16142e9d50a64563fd1260aa9f851b782dd74678163e151b93878568L219 It seems `lspconfig` still has a `utils.sanitize`, but it's deprecated in favor of `vim.fs.normalize` which appears to be a drop-in replacement.