rachartier / tiny-code-action.nvim

A Neovim plugin that provides a simple way to run and visualize code actions with Telescope.
MIT License
154 stars 2 forks source link

fix: typo in config breaks delta backend #2

Closed cameronr closed 3 months ago

cameronr commented 3 months ago

Because of the extra 'd', the config value lookup fails, causing this error:

E5108: Error executing lua: ...-code-action.nvim/lua/tiny-code-action/backend/delta.lua:60: 'for' limit must be a number
rachartier commented 3 months ago

Sorry, I didn't saw your merge request... It should be fixed by now! Thank you a lot.