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
I was willing to write a preset but i can't get promptline to load it: ~/.vim/bundle/promptline.vim/autoload/promptline/presets/custom.vim
let g:promptline_preset = { \'a' : [ promptline#slices#user() ], \'b' : [ promptline#slices#cwd() ], \'c' : [ promptline#slices#jobs() ], \'y' : [ promptline#slices#vcs_branch() ], \'z' : [ promptline#slices#git_status() ], \'warn' : [ promptline#slices#last_exit_code() ]}
vim keeps telling me Promptline: preset cannot be found 'custom'. I'm using zsh + xterm.
Promptline: preset cannot be found 'custom'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I was willing to write a preset but i can't get promptline to load it:
~/.vim/bundle/promptline.vim/autoload/promptline/presets/custom.vim
vim keeps telling me
Promptline: preset cannot be found 'custom'
. I'm using zsh + xterm.The text was updated successfully, but these errors were encountered: