Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom messages for buffer names #61

Open
Thesola10 opened this issue Oct 1, 2021 · 0 comments
Open

Custom messages for buffer names #61

Thesola10 opened this issue Oct 1, 2021 · 0 comments

Comments

@Thesola10
Copy link

Thesola10 commented Oct 1, 2021

I see that there is a special message when NERDTree is focused, but I would like to use NvimTree. I recognize that you can't just add support for all file browsers out there, so providing an option for custom messages depending on the buffer name could do. I'm thinking something like:

let g:vimsence_special_buffer_text = {
    \ 'NvimTree': 'Rummaging through files',
    \ 'startify': 'Doing nothing'
    \ }
let g:vimsence_special_buffer_details = 'Insert witty quote here'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant