Eduard Gilmutdinov
Results
2
comments of
Eduard Gilmutdinov
@thesergiomiguel this works for me In lua file: ```lua function ToggleTroubleAuto() local ok, trouble = pcall(require, "trouble") if ok then vim.defer_fn(function() vim.cmd('cclose') trouble.open('quickfix') end, 0) end end ``` In vimrc:...
Hi there! My apologies for the long response, I haven't time and more important an interest in doing that. If someone wants to make it compatible with TypeScript, I would...