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

Update from forked repo #1

Merged
merged 15 commits into from
Jul 25, 2022
Merged

Update from forked repo #1

merged 15 commits into from
Jul 25, 2022

Commits on Jul 21, 2022

  1. add statusline element to display file line endings (#3113)

    * add statusline element to display file line endings
    
    * run cargo fmt --all
    
    * change the word *ending* from plural to singular
    
    * support for the unicode-lines feature flag
    axdank authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    8b2a141 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76756f0 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Gleam: add support for built-in language server (#3139)

    * Add gleam lsp support
    
    * Docgen gleam lsp support
    connorlay authored Jul 22, 2022
    Configuration menu
    Copy the full SHA
    e560212 View commit details
    Browse the repository at this point in the history
  2. jumplist picker (#3033)

    * jumplist picker
    
    * remove jumps slicing
    
    Co-authored-by: Benoît Cortier <bcortier@proton.me>
    
    * remove unnecessary deref format! parameter
    
    Co-authored-by: Benoît Cortier <bcortier@proton.me>
    
    Co-authored-by: Benoît Cortier <bcortier@proton.me>
    QiBaobin and CBenoit authored Jul 22, 2022
    Configuration menu
    Copy the full SHA
    2f53644 View commit details
    Browse the repository at this point in the history
  3. keep jump/file history when using :split (#3031)

    * keep jump/file history when using :split
    
    * move history cloning into the switch function
    
    Co-authored-by: Robin <robinvandijk@klippa.com>
    robinvd and Robin authored Jul 22, 2022
    Configuration menu
    Copy the full SHA
    19b7864 View commit details
    Browse the repository at this point in the history
  4. Auto pair-removal (#2940)

    * auto pair-removal
    
    Fixes #1673
    
    * autopairs removal: use doc autopairs
    
    * autopairs-removal: limit to one-char selections
    
    * use single_grapheme() to check if range is one char
    
    * fix errouneous deletes of " and other symmetric autopairs when at buffer start
    
    Co-authored-by: Houkime <>
    Houkime authored Jul 22, 2022
    Configuration menu
    Copy the full SHA
    52bb110 View commit details
    Browse the repository at this point in the history
  5. Replace '; inherits <language>' in treesitter queries with <language>…

    … queries instead of appending them (#2470)
    
    Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>
    Philipp-M and archseer authored Jul 22, 2022
    Configuration menu
    Copy the full SHA
    b6c700f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b05fcaa View commit details
    Browse the repository at this point in the history
  7. helix_view::theme [WARN] Theme (#3119)

    * helix_view::theme [WARN] Theme
    
    * updated: warning, error, info, hint colours
    https://github.com/catppuccin/catppuccin/blob/main/docs/style-guide.md#typography
    
    Co-authored-by: Aiko Mastboom <git@aiko.sh>
    aikomastboom and Aiko Mastboom authored Jul 22, 2022
    Configuration menu
    Copy the full SHA
    4589111 View commit details
    Browse the repository at this point in the history
  8. add release checklist and changelog curation docs (#2598)

    * add release checklist and changelog curation docs
    
    * remove step for deleting '-dev' suffix from VERSION
    the-mikedavis authored Jul 22, 2022
    Configuration menu
    Copy the full SHA
    19e51c8 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2022

  1. Configuration menu
    Copy the full SHA
    1b3a10d View commit details
    Browse the repository at this point in the history
  2. Fix different document panic (#3160)

    Would panic when given the view for the current document for a different document.
    AceofSpades5757 authored Jul 23, 2022
    Configuration menu
    Copy the full SHA
    dfc31e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2022

  1. Configuration menu
    Copy the full SHA
    ec85fb9 View commit details
    Browse the repository at this point in the history
  2. Add rabl/jbuilder/jb extensions for Ruby (#3173)

    * Add rabl and jbuilder
    
    * Add jb
    jharrilim authored Jul 24, 2022
    Configuration menu
    Copy the full SHA
    d6fd937 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dad6d0f View commit details
    Browse the repository at this point in the history