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

I cannot get the theme to load #85

Closed
alexaandru opened this issue Jul 4, 2020 · 2 comments
Closed

I cannot get the theme to load #85

alexaandru opened this issue Jul 4, 2020 · 2 comments

Comments

@alexaandru
Copy link

Hello,

I've followed the instructions at https://github.com/sonph/onehalf#vim but I cannot get the theme to load. I am using neovim v0.5.0-nightly-1-gd8c5d12 with https://github.com/junegunn/vim-plug as the plugin manager, I have ran nvim +PlugInstall and I can confirm the plugin is installed, find ~/.local/share/nvim/plugged/onedark.vim shows that the files are in there:

/home/alex/.local/share/nvim/plugged/onedark.vim/
/home/alex/.local/share/nvim/plugged/onedark.vim/term
/home/alex/.local/share/nvim/plugged/onedark.vim/term/One Dark.alacritty
/home/alex/.local/share/nvim/plugged/onedark.vim/term/One Dark.kitty
/home/alex/.local/share/nvim/plugged/onedark.vim/term/One Dark.terminal
/home/alex/.local/share/nvim/plugged/onedark.vim/term/One Dark.Xresources
/home/alex/.local/share/nvim/plugged/onedark.vim/term/One Dark.itermcolors
/home/alex/.local/share/nvim/plugged/onedark.vim/img
/home/alex/.local/share/nvim/plugged/onedark.vim/img/preview_airline.png
/home/alex/.local/share/nvim/plugged/onedark.vim/img/preview_lightline.png
/home/alex/.local/share/nvim/plugged/onedark.vim/img/readme_header.png
/home/alex/.local/share/nvim/plugged/onedark.vim/img/broken_italics.png
/home/alex/.local/share/nvim/plugged/onedark.vim/img/broken_colors.png
/home/alex/.local/share/nvim/plugged/onedark.vim/img/color_reference.png
/home/alex/.local/share/nvim/plugged/onedark.vim/colors
/home/alex/.local/share/nvim/plugged/onedark.vim/colors/onedark.vim
/home/alex/.local/share/nvim/plugged/onedark.vim/autoload
/home/alex/.local/share/nvim/plugged/onedark.vim/autoload/lightline
/home/alex/.local/share/nvim/plugged/onedark.vim/autoload/lightline/colorscheme
/home/alex/.local/share/nvim/plugged/onedark.vim/autoload/lightline/colorscheme/onedark.vim
/home/alex/.local/share/nvim/plugged/onedark.vim/autoload/airline
/home/alex/.local/share/nvim/plugged/onedark.vim/autoload/airline/themes
/home/alex/.local/share/nvim/plugged/onedark.vim/autoload/airline/themes/onedark.vim
/home/alex/.local/share/nvim/plugged/onedark.vim/autoload/onedark.vim
/home/alex/.local/share/nvim/plugged/onedark.vim/README.md
/home/alex/.local/share/nvim/plugged/onedark.vim/build
/home/alex/.local/share/nvim/plugged/onedark.vim/build/package.json
/home/alex/.local/share/nvim/plugged/onedark.vim/build/templates
/home/alex/.local/share/nvim/plugged/onedark.vim/build/templates/One Dark.alacritty
/home/alex/.local/share/nvim/plugged/onedark.vim/build/templates/One Dark.kitty
/home/alex/.local/share/nvim/plugged/onedark.vim/build/templates/One Dark.terminal
/home/alex/.local/share/nvim/plugged/onedark.vim/build/templates/One Dark.Xresources
/home/alex/.local/share/nvim/plugged/onedark.vim/build/templates/autoload.template.vim
/home/alex/.local/share/nvim/plugged/onedark.vim/build/templates/One Dark.itermcolors
/home/alex/.local/share/nvim/plugged/onedark.vim/build/package-lock.json
/home/alex/.local/share/nvim/plugged/onedark.vim/build/.eslintrc.json
/home/alex/.local/share/nvim/plugged/onedark.vim/build/build.js
/home/alex/.local/share/nvim/plugged/onedark.vim/build/.snyk
/home/alex/.local/share/nvim/plugged/onedark.vim/.github
/home/alex/.local/share/nvim/plugged/onedark.vim/.github/ISSUE_TEMPLATE.md
/home/alex/.local/share/nvim/plugged/onedark.vim/.github/workflows
/home/alex/.local/share/nvim/plugged/onedark.vim/.github/workflows/nodejs.yml
/home/alex/.local/share/nvim/plugged/onedark.vim/.gitignore
/home/alex/.local/share/nvim/plugged/onedark.vim/LICENSE
/home/alex/.local/share/nvim/plugged/onedark.vim/CONTRIBUTING.md

Now, I'm a bit rusty at Vim, having used VS Code for a few years, but it does not look like the plugin is under a vim/ folder, so the rtp parameter from the README seems wrong? So I removed the rtp parameter and tried that way, but also no luck. I just can't get it to load...

Thank you!
Alex

@Dettorer
Copy link

Hi, I think you got it wrong, the files you are listing are from the "onedark.vim" plugin, which is not the same as the present one.

I just installed onehalf with plug-vim with Plug 'sonph/onehalf', { 'rtp': 'vim' } and it works.

@alexaandru
Copy link
Author

Oops, my bad. Sorry for the noise, you are correct, your plugin works as expected. Thank you! :)

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