neoclide / coc-lists

Common lists for coc.nvim
264 stars 24 forks source link

Sort files and mru by name like vscode #126

Closed skysky97 closed 3 years ago

skysky97 commented 3 years ago

Its hard to find a file if it has a long path, especially for small window width. vscode sytle makes the file name in front of line, which is really good for reading.

Before: src/hello/world/coc/list/is/great/to/me/somefile.cpp src/hello/world/coc/list/is/great/to/me/somefile.h

After: somefile.cpp src/hello/world/coc/list/is/great/to/me/ somefile.h src/hello/world/coc/list/is/great/to/me/