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

feat!: support Neovim v0.9 #697

Merged
merged 52 commits into from
Apr 30, 2023
Merged

feat!: support Neovim v0.9 #697

merged 52 commits into from
Apr 30, 2023

Commits on Apr 9, 2023

  1. Configuration menu
    Copy the full SHA
    cec7c7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fa58dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1798df View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. Configuration menu
    Copy the full SHA
    7155d96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32febc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8592b7e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #630 from ayamir/feat/0.9-scripts

    feat(scripts): support v0.9
    ayamir authored Apr 10, 2023
    Configuration menu
    Copy the full SHA
    bcc4b87 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #631 from ayamir/feat/0.9-options

    feat(options): support new options shipped with v0.9
    ayamir authored Apr 10, 2023
    Configuration menu
    Copy the full SHA
    98a789f View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Configuration menu
    Copy the full SHA
    7e4bfa2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55dc993 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #645 from ayamir/fix/nvim-tree

    fix: remove deprecated options for nvim-tree.
    ayamir authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    cd9776e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d090c47 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7dd7f0f View commit details
    Browse the repository at this point in the history
  6. 3 Configuration menu
    Copy the full SHA
    80573d6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0f101a1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a9752b7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    70dedba View commit details
    Browse the repository at this point in the history
  10. Merge pull request #641 from ayamir/fix/sudo

    fix: write file with sudo
    ayamir authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    b02c8bc View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. fix(cmp): nil vim_item

    CharlesChiuGit committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    00c063d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30310e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa04de3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    68fefe7 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #652 from ayamir/minor-patch

    minor patch
    ayamir authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    bab92a1 View commit details
    Browse the repository at this point in the history
  6. minor fix

    1. remove `<nop>` at "n|Q"
    2. use visual mode instead of visual-line mode for "n|<C-a>"
    CharlesChiuGit authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    177cda4 View commit details
    Browse the repository at this point in the history
  7. perf: align style

    CharlesChiuGit authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    47e6f04 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Configuration menu
    Copy the full SHA
    12572d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9668ae View commit details
    Browse the repository at this point in the history
  3. Merge pull request #655 from ayamir/perf/0.9patch

    Perf: minor migrate to 0.9
    ayamir authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    775795a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bda4aac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fccf351 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

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

Commits on Apr 19, 2023

  1. Configuration menu
    Copy the full SHA
    f0fa437 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62417b1 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Configuration menu
    Copy the full SHA
    ecaba00 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #673 from ayamir/chore/bufferline-4.0.0

    fix(bufferline): `show_buffer_default_icon` is now deprecate
    ayamir authored Apr 21, 2023
    Configuration menu
    Copy the full SHA
    9189c59 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2023

  1. Configuration menu
    Copy the full SHA
    6c6912b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75f4dc8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #678 from ayamir/feat/more-notifications

    feat(formatting): notify users for files under disabled dirs
    ayamir authored Apr 22, 2023
    Configuration menu
    Copy the full SHA
    be8150f View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. fix(font-encoding): fix invalid characters on windows, fix #639 (#659)

    Co-authored-by: 冷酔閑吟 <50296129+Jint-lzxy@users.noreply.github.com>
    CharlesChiuGit and Jint-lzxy authored Apr 23, 2023
    Configuration menu
    Copy the full SHA
    e2cfef9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2f3c2c View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Configuration menu
    Copy the full SHA
    4e56030 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e679eae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b00c182 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24c9bef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a5c8d33 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7b11447 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Configuration menu
    Copy the full SHA
    6d55f06 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #686 from ayamir/feat/deprecate-0.7

    feat(scripts): abort for nvim v0.7 and its antecedent
    ayamir authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    f3520c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e15ac1c View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

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

Commits on Apr 30, 2023

  1. Configuration menu
    Copy the full SHA
    d94d6d2 View commit details
    Browse the repository at this point in the history
  2. fix(catppuccin): properly detect g:colors_name (#695)

    Ref: upstream breaking change [catppuccin/nvim@7a7a664]
    Jint-lzxy authored Apr 30, 2023
    Configuration menu
    Copy the full SHA
    eccd1d8 View commit details
    Browse the repository at this point in the history