Gregor Willenbrock

Results 2 comments of Gregor Willenbrock

I had exactly the same problem! changing to system-python #!/usr/bin/python3 worked for me. I think in my pyenv global python are some missing dependencies...

I added autocommands to reset the filetype, and now syntax highlighting in Quarto code blocks works as expected. ```lua vim.api.nvim_create_autocmd("OptionSet", { pattern = "background", callback = function() local ft =...