jose-elias-alvarez / nvim-lsp-ts-utils

Utilities to improve the TypeScript development experience for Neovim's built-in LSP client.
The Unlicense
437 stars 18 forks source link

feat: use uv.fs_rename instead of mv #1

Closed elianiva closed 3 years ago

elianiva commented 3 years ago

This should provide Windows support. I couldn't run the test because lspconfig didn't found and I couldn't make it work, but I've tested it manually and it works, so hopefully it works consistently :)

jose-elias-alvarez commented 3 years ago

Thank you! I wonder what's going on with the test, but everything looks good on my end, too.