You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to make it show a number AND buffer name from :ls command?
for example, init.lua has number 3. Sow in buffer completion it would looked like
3 init.lua
This idea may break something, I just don't know. Is it easy to implement -- or stuff is already hard-coded so it will be bad idea. Any help or information are welcome.
The text was updated successfully, but these errors were encountered:
For example, I type in command mode:
And this is what I get.
How to make it show a number AND buffer name from
:ls
command?for example,
init.lua
has number 3. Sow in buffer completion it would looked likeThis idea may break something, I just don't know. Is it easy to implement -- or stuff is already hard-coded so it will be bad idea. Any help or information are welcome.
The text was updated successfully, but these errors were encountered: