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
when i write let ayucolor = "mirage" it launch "hit the enter key or enter a command"
let ayucolor = "mirage"
that's my vimrc
call plug#begin() Plug "ayu-theme/ayu-vim" call plug#end() set termguicolors let ayucolor = "mirage" colorscheme ayu
and it seems that the let ayucolor = "mirage" line throws a popup. can someone tell me why and how to avoid it please
The text was updated successfully, but these errors were encountered:
I'm pretty sure this is a duplicate of #73. And as instructed there, you are better off using my fork: https://github.com/luxed/ayu-vim.
Sorry, something went wrong.
Thanks
No branches or pull requests
when i write
let ayucolor = "mirage"
it launch "hit the enter key or enter a command"that's my vimrc
and it seems that the
let ayucolor = "mirage"
line throws a popup.can someone tell me why and how to avoid it please
The text was updated successfully, but these errors were encountered: