jakkan

Results 4 comments of jakkan

I also have this issue, with same terminal but different font.

I also have this bug. I am disabling this plugin for now. Looking forward to a fix. I press u and all characters in the document are deleted one by...

It was solved by setting `hijack_netrw_behavior = "disabled"`: ``` return { 'nvim-neo-tree/neo-tree.nvim', branch = 'v3.x', dependencies = { 'nvim-lua/plenary.nvim', 'nvim-tree/nvim-web-devicons', -- not strictly required, but recommended 'MunifTanjim/nui.nvim', }, config =...

Thanks for the suggested solution above. Unfortunately, it doesn't seem to work for me. However, using hijack_netrw_behavior = "disabled" still works well. Given this, I think we can consider this...