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

Couldn't detect custom color schemes #273

Open
awkure opened this issue Oct 28, 2017 · 3 comments
Open

Couldn't detect custom color schemes #273

awkure opened this issue Oct 28, 2017 · 3 comments

Comments

@awkure
Copy link

awkure commented Oct 28, 2017

Because haskell-vim-now by default moves itself somewhere inside ~/.config/ and changes ~/.vim/ to it's symlink which points to haskell-vim-now/.vim/, this client couldn't detect color schemes characterized by messages like:

E185: Cannot find color scheme

Until I moved it to haskell-vim-now/.vim/ which is pretty unusual that this happened only to me 🤔

@awkure awkure changed the title Cannot detect custom color schemes Couldn't detect custom color schemes Oct 28, 2017
@begriffs
Copy link
Owner

When you say, "this client," which one do you mean?

@awkure
Copy link
Author

awkure commented Oct 29, 2017

Default full haskell-vim-now.

@begriffs
Copy link
Owner

What color scheme did your vim config originally use, and where was it located? We have code in the installer which is supposed to preserve your color scheme on install:

if [ -e ~/.vim/colors ]; then
msg "Preserving color scheme files..."
cp -R ~/.vim/colors ${HVN_DEST}/colors
fi

Wonder why that wasn't working. Do you still have the log from your installation?

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

2 participants