Skip to content
This repository has been archived by the owner on Jun 1, 2020. It is now read-only.

Simplified API #3

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Simplified API #3

wants to merge 5 commits into from

Commits on Jul 20, 2018

  1. Simplified API

    This removes the indirection layer between neovim and client library.
    This way tycho becomes a stateless layer, only abstracting the API.
    
    It also comes with some runtime checks, which should make errors easier to spot.
    hkupty committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    7563b43 View commit details
    Browse the repository at this point in the history
  2. Remove abstraction layer

    hkupty committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    f97350a View commit details
    Browse the repository at this point in the history
  3. Extract transformation to separate function

    So it can be reused by other (command, autocmd..) abstractions.
    hkupty committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    aabea27 View commit details
    Browse the repository at this point in the history
  4. Remove abstraction layer

    It seems this won't be needed as well
    hkupty committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    0a886dc View commit details
    Browse the repository at this point in the history
  5. Update README

    hkupty committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    1198d4c View commit details
    Browse the repository at this point in the history