Skip to content

Vim : Left out let in README #4

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

Open
cyansprite opened this issue Nov 22, 2020 · 0 comments
Open

Vim : Left out let in README #4

cyansprite opened this issue Nov 22, 2020 · 0 comments

Comments

@cyansprite
Copy link

if has('win32')
    languageClientInstallCommand = 'powershell -executionpolicy bypass -File install.ps1'
endif

should be

if has('win32')
    let languageClientInstallCommand = 'powershell -executionpolicy bypass -File install.ps1'
endif

Other than that, amazing plugin 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

1 participant