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

Semshi starts to highlight only after call :PlugInstall #124

Open
beatttt opened this issue Jun 27, 2022 · 4 comments
Open

Semshi starts to highlight only after call :PlugInstall #124

beatttt opened this issue Jun 27, 2022 · 4 comments

Comments

@beatttt
Copy link

beatttt commented Jun 27, 2022

Semshi did not highlight when I enter the nvim, only starts after I call :PlugInstall command of vim-plug. Anybody knows why?
image
image

@wookayin
Copy link
Contributor

wookayin commented Sep 16, 2022

It might be related to some wrong configuration in your vimrc.

Please try:

  • :Semshi when highlight is not working (it should say something like "This is Semshi."
  • :Semshi enable

and what does it say?

@beatttt
Copy link
Author

beatttt commented Sep 16, 2022

When I type :Semshi, it says "This is Semshi". But nothing happens after I type :Semshi enable @wookayin

@wookayin
Copy link
Contributor

What is your neovim and python version? What does g:python3_host_prog read?

@beatttt
Copy link
Author

beatttt commented Sep 20, 2022

Python: 3.9.12

NVIM v0.4.3
Build type: Release
LuaJIT 2.1.0-beta3

It seems like I didn't set the variable g:python3_host_prog. I can't find it in nvim by calling :echo g:python3_host_prog. I added let g:python3_host_prog = '/home/scholar/miniconda3/bin/python' in my init.vim. It didn't work. How should I set it? @wookayin

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