Ivan Lavrik

Results 4 comments of Ivan Lavrik

> Unable to download maps, I guess the reason is that osu site now uses cloudflare If it's the cause take a look at [FlareSolverrSharp](https://github.com/FlareSolverr/FlareSolverrSharp) Got same errors downloading more...

+1. Been trying to understand what's wrong, no errors no nothing. Lazy.nvim loads plugin as an extension, dap works fine but no virtual-text is displayed even if I force :DapVirtualTextEnable

```lua { 'mfussenegger/nvim-dap', config = function() local dap = require('dap') end }, { 'theHamsta/nvim-dap-virtual-text', requires = { 'nvim-treesitter/nvim-treesitter', 'mfussenegger/nvim-dap', }, config = function() require('nvim-dap-virtual-text').setup { } end }, -- Special...

had same issue. Linked to https://github.com/amnezia-vpn/amnezia-client/issues/708 I guess