Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: shortcuts/no-neck-pain.nvim
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.2
Choose a base ref
...
head repository: shortcuts/no-neck-pain.nvim
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.8.0
Choose a head ref
  • 3 commits
  • 4 files changed
  • 3 contributors

Commits on Feb 3, 2024

  1. feat(theme): add StatusLine and StatusLineNC highlights to the group (#…

    …294)
    
    ## 📃 Summary
    
    add `StatusLine` and `StatusLineNC` highlights
    
    ## 📸 Preview
    
    ### before
    <img width="1381" alt="Screenshot 2024-01-25 at 10 30 12"
    src="https://github.com/shortcuts/no-neck-pain.nvim/assets/26097838/5826a677-93bc-423c-82e1-34e1f25a8868">
    
    ### after
    <img width="1381" alt="Screenshot 2024-01-25 at 10 30 30"
    src="https://github.com/shortcuts/no-neck-pain.nvim/assets/26097838/7d2f5e90-1813-4373-86d6-d9cd7a79868d">
    embe221ed authored Feb 3, 2024
    Copy the full SHA
    3005aec View commit details

Commits on Feb 4, 2024

  1. fix: buffer options order (#300)

    ## 📃 Summary
    
    The default and/or user defined buffer/window options override the
    scratchPad options, which makes the buffer uneditable when it's enabled
    
    closes #295
    shortcuts authored Feb 4, 2024
    Copy the full SHA
    fdbd8bf View commit details
  2. chore(main): release 1.8.0 (#299)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [1.8.0](v1.7.2...v1.8.0)
    (2024-02-04)
    
    
    ### Features
    
    * **theme:** add StatusLine and StatusLineNC highlights to the group
    ([#294](#294))
    ([3005aec](3005aec))
    
    
    ### Bug Fixes
    
    * buffer options order
    ([#300](#300))
    ([fdbd8bf](fdbd8bf))
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Feb 4, 2024
    Copy the full SHA
    910f3d1 View commit details
Loading