Jaehaks
Jaehaks
Plus, If I set `permission = attribute`, it works so fast but it dose not show user/group name . It shows just "?" characters
@j-morano I see. I think the reason is that buffer_manager.nvim deals path wiht '/' as delimiter only.
@j-morano I thought that this problem is caused by windows path delimiter. I checked the `M.toggle_quick_menu()` and found that `config.short_file_names` is always false although I set this option in configuration.
> I created the branch [windows-separator](https://github.com/j-morano/buffer_manager.nvim/tree/windows-separator) and added a commit to try to solve this issue. Can you give it a try to check if the problem perists? @j-morano I...
> Users and permissions work differently on Windows, what are you expecting to see? I understand it is different with linux, Can I change this attribute to rwx format?
> Thanks. Can you please add a test file as well? Thank you for your reply, @HiPhish I maked the query with some examples and tested using [garciparedes/matlab-examples](https://github.com/garciparedes/matlab-examples) `matlab-examples/numerical-methods/*`
@micangl Sure, Of course. I checked the config repository of @benbrastmckie. He configured the cmp-vimtex like this, 1) configure `cmp-vimtex` in a file `vimtex-cmp.lua` separately and use `lazy=false` loading 2)...
@VICTORVICKIE Yes, I changed the config locaiton. it works except of VM-Find-Subword-Under as docs said. Thanks
@SuperBo I'm looking forward to renewal :) This plugin is great
@j-morano This PR suggests dealing with `short_file_names` for Windows issue as you see... `short_file_names` still doesn't work although [03df014](https://github.com/j-morano/buffer_manager.nvim/commit/03df0142e60cdf3827d270f01ccb36999d5a4e08) is commited. `toggle_quick_menu()` show the relative path only when new buffer...