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

need some help/info #2

Open
jmwatte opened this issue Nov 20, 2015 · 1 comment
Open

need some help/info #2

jmwatte opened this issue Nov 20, 2015 · 1 comment

Comments

@jmwatte
Copy link

jmwatte commented Nov 20, 2015

I am probably doing something stupidly wrong
But I am trying to put the path to ycmd_path in the kakr b ut every combination that I tried gives me this.
Any help on how to solve this?

    ** This is the debug buffer, where debug info will be written *** 
    /home/jmw/Documents/kakoune/share/kak/kakrc:ycmd_path=/home/jmw/Documents/ycmd/ycmd/ 
   error while parsing kakrc: 
    1:1: 'source' ycmd_path=/home/jmw/Documents/ycmd/ymcd/ : no such command 

thx
jmw

@mawww
Copy link
Owner

mawww commented Nov 20, 2015

Hello, you need set global ycmd_path /home/jmw/Documents/ycmd/ymcd/

Options are always scoped, you can have value in global, buffer, and window scope, each override the previous one. In the case of ycmd_path you likely want the same value everywhere, hence the global scope.

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