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...
Syntax Highlighting for R Code Blocks in qmd-Files Breaks After Changing Color Scheme with Telescope
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 =...