jose-elias-alvarez / typescript.nvim

A Lua plugin, written in TypeScript, to write TypeScript (Lua optional).
The Unlicense
496 stars 33 forks source link

[offtopic]: Have you considered moving nvim.d.ts to it's own package? #48

Closed pheis closed 1 year ago

pheis commented 1 year ago

Hullo!

I have been pondering on moving to typescript based nvim config. Would be awesome if we would have neovim & nvim plugin related typescript typings on some package : ).

jose-elias-alvarez commented 1 year ago

We talked about this a little bit in #31. I want to write a guide on writing Neovim plugins in TypeScript, but there's a couple of issues with TypeScriptToLua that I want to look into before doing so. In the meantime feel free to copy-paste what we have here or open a PR if you have anything you want to add.

jose-elias-alvarez commented 1 year ago

Closing as a duplicate of #31.