Skip to content
View dakennguyen's full-sized avatar
  • Munich

Highlights

  • Pro

Organizations

@ls1intum @jst-seminar-rostlab-tum
Block or Report

Block or report dakennguyen

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. nvim nvim Public

    Lua 2 1

  2. vim vim Public

    Vim Script

  3. Run `rspec` for only changed files Run `rspec` for only changed files
    1
    ## Description
    2
    Inside your git repository, find all modified files since your base commit. If said file is a spec file, run rspec for it. If it is a source file, find spec file by `vim-projectionist`, and then run rspec automatically.
    3
    
                  
    4
    ## Installation
    5
    You have to setup spec file as source file's alternate, either by setting up `g:projectionist_heuristics` in your vimrc or creating a `.projections.json` in the root of the project.