Vytautas Traškevičius

Results 2 comments of Vytautas Traškevičius

This works for me as a temporary solution: ```lua local vscode = require 'vscode' vscode.setup {} vscode.load() require("ibl").setup { scope = { show_start = false, show_end = false, highlight =...

> That gives me the following error, you probably got lucky because of the order you load the plugins. Sorry, forgot to include `vscode` in my example. Edited the comment.