We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
here is my nvim configurations
I am trying to apply this settings
let g:bufferline_active_buffer_left = '[' let g:bufferline_active_buffer_right = ']'
but I have to source the bufferline.vim file everytime for the changes
tried to source manually by adding the following line in packer.lua but didn't work
vim.cmd('source ~/dotfiles/nvim/after/plugin/bufferline.vim')
please help me in fixing this
The text was updated successfully, but these errors were encountered:
No branches or pull requests
here is my nvim configurations
I am trying to apply this settings
but I have to source the bufferline.vim file everytime for the changes
tried to source manually by adding the following line in packer.lua but didn't work
please help me in fixing this
The text was updated successfully, but these errors were encountered: