Gal Aharoni

Results 22 comments of Gal Aharoni

I got a similar incentive: running `ruff`/`ty` for neovim LSP. I currently do: ```lua vim.lsp.config['ruff'] = { cmd = { 'uv', 'run', 'ruff', 'server' }, filetypes = { 'python' },...

Would very much love that as well.