James Trew

Results 305 comments of James Trew

Hmm.. I think this is an issue that plagues various other places involving plenary's `Path` class and windows paths with mixed path separators. This is probably best fixed upstream in...

This messes up unix paths. We could do a workaround but my preference is to fix this in plenary. > why the problem is plenary? the problem seems to be...

Should be fairly simple. I can take a look at this over the next week or so.

You don't have a tree-sitter parser for latex or you have it but have the tree-sitter highlighting disabled? I can't reproduce this with your provided instructions. Please edit the minimal...

Thanks for the additional info. Here's a minimal config I tried: ```lua local root = vim.fn.fnamemodify("./.repro", ":p") -- set stdpaths to use .repro for _, name in ipairs({ "config", "data",...

I'm actually planning to move the line+col numbers over next to the file path. I wasn't planning on the current behavior being a permanent thing. See https://github.com/nvim-telescope/telescope.nvim/issues/3156 I'm thinking of...

I think the selection highlight is applied later after but the way extmark handles highlight combining is what's leading to this outcome. There is a `hl_mode` option for `nvim_buf_set_extmark` that...

This only happens in one specific directory? I'm not able to reproduce this and I'm not sure what could even be causing it especially without being able to reproduce it.

Telescope doesn't create a `` keymap. You can do `:verbose imap ` to see where it's being set. Willing to still offer some help but I'm going to close this...

No I agree, the current behavior wasn't meant to be a long term thing.