typed-rocks / ts-worksheet-neovim

Instant code results of your TypeScript or JavaScript code right inside your editor.
MIT License
27 stars 1 forks source link

lazyvim setup? #3

Closed BBennettChiba closed 1 week ago

BBennettChiba commented 1 week ago

Could you provide instructions for lazyvim support? { "typed-rocks/ts-worksheet-neovim", config = function() local tsws = require('ts-worksheet') tsws.setup() end, }

I'm guessing something like this but where should I put the cli?

chwoerz commented 1 week ago

There is an open PR. I will review it today and merge it 👍

chwoerz commented 1 week ago

@BBennettChiba The PR was just merged, so you can now use it with lazy.nvim. Thanks to @heilgar