CKolkey / ts-node-action

Neovim Plugin for running functions on nodes.
359 stars 20 forks source link

feat(null-ls): use builtin code action source #40

Closed axieax closed 1 year ago

axieax commented 1 year ago

I added ts-node-action as a builtin code action source for null-ls in this PR, and simplified the integration between this plugin and null-ls.

CKolkey commented 1 year ago

Awesome! I don't use null-ls, so thanks for doing this :)