Nhat Vo
Nhat Vo
Closing as solved.
Yes indeed I have the same problem. It seems that #506 was supposed to fix this issue by prioritizing pattern matching over file type. But in my case I still...
@miversen33 Thanks for the comments 😁. IMO the README file serves more as an overview of the project, and detailed configs should be put into the help docs and the...
I think the wiki would also be a good place to put this. We can add more references to the wiki so that users will come across this when they...
If I'm not wrong then this is similar to #593, is that correct?
As the README file already contains a lot of information, I would suggest adding this to the wiki instead. What do you think @cseickel ?
@bartektelec Can you provide additional information like OS, neovim version, etc. and perhaps the exact steps you took to reproduce this please? I have tried for a while but I...
I have tried on my computer with: ``` Windows Education 22H2 (OS Build 22621.1992) nvim v0.9.1 neo-tree 3.0.0 (commit 981a43a) ``` and the following configuration file: ``` vim.g.mapleader = "...
@bartektelec Thanks for your insights! I'm not sure why using `libuv` causes this behavior - it is probably some bug between libuv and windows path. I will have a look...
> Can we also throw support for [lspkind.nvim](https://github.com/onsails/lspkind.nvim) into this? I attempted to do this myself in `document_symbol.kinds` but `lspkind` doesn't return Highlight Groups (as far as I can tell)...