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

WIP: full language server manager implementation #10

Closed
wants to merge 15 commits into from

Commits on May 9, 2017

  1. added plugin/lsp.vim

    prabirshrestha committed May 9, 2017
    Configuration menu
    Copy the full SHA
    2fa52fd View commit details
    Browse the repository at this point in the history
  2. added lsp#log(), lsp#enable(), lsp#disable()

    added s:on_text_document_did_open()
    prabirshrestha committed May 9, 2017
    Configuration menu
    Copy the full SHA
    a848409 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    788dd4c View commit details
    Browse the repository at this point in the history

Commits on May 10, 2017

  1. Configuration menu
    Copy the full SHA
    6b57912 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c75b68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88f23f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4fbeaf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    801e8fa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0014c94 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6382525 View commit details
    Browse the repository at this point in the history
  8. added lsp#start_server(name, ...)

    added s:get_default_root_uri()
    added s:path_to_uri()
    prabirshrestha committed May 10, 2017
    Configuration menu
    Copy the full SHA
    03ab69c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6af6d37 View commit details
    Browse the repository at this point in the history
  10. log on_stderr

    prabirshrestha committed May 10, 2017
    Configuration menu
    Copy the full SHA
    2f6354a View commit details
    Browse the repository at this point in the history

Commits on May 11, 2017

  1. implement lsp#exit()

    prabirshrestha committed May 11, 2017
    Configuration menu
    Copy the full SHA
    96092f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3da3cc7 View commit details
    Browse the repository at this point in the history