Anton

Results 4 comments of Anton

I was able to fix this on my machine by not setting any theme explicitly. I forgot I manually set the theme when loading the theme in Lazy. By removing...

The layout will only be correct if I have this code in place: ```lua vim.cmd('autocmd VimEnter *.md,*.txt :ZenMode') vim.api.nvim_create_autocmd( { "VimEnter", "BufReadPost" }, { pattern = { "*.md", "*.txt", },...

Correct, if I disable Copilot I don't run into any issue and I see the results in the Quickfix window.

That would be great, thanks! This is my Lazy config for Copilot : ```json { "github/copilot.vim" }, ``` Using the latest version: ```json "copilot.vim": { "branch": "release", "commit": "1e135c5303bc60598f6314a2276f31dc91aa34dd" },...