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

Handle different underlining styles supported by neovim #1469

Merged
merged 11 commits into from
Aug 13, 2022

Commits on Aug 8, 2022

  1. Handle different underlining styles supported by neovim

    This overhauls the drawing of underlines and actually implements the
    undercurl that was simulated with underdashes before.
    
    Implemented in this commit:
    * underline
    * underdouble
    * underdashed
    * underdotted
    * undercurl
    Rémi Labeyrie committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    40601c9 View commit details
    Browse the repository at this point in the history
  2. run rustfmt

    rlabeyrie committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    ace0a2b View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Run cargo fmt

    MultisampledNight committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    997c1bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76c85b4 View commit details
    Browse the repository at this point in the history
  3. remove TODO

    rlabeyrie committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    b33cf93 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Configuration menu
    Copy the full SHA
    abeec1d View commit details
    Browse the repository at this point in the history
  2. run cargo fmt

    rlabeyrie committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    b709b8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79d9a63 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c99435 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d82d3f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2022

  1. Configuration menu
    Copy the full SHA
    6735909 View commit details
    Browse the repository at this point in the history