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: AlejandroSuero/freeze-code.nvim
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.3
Choose a base ref
...
head repository: AlejandroSuero/freeze-code.nvim
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Choose a head ref
  • 2 commits
  • 13 files changed
  • 2 contributors

Commits on May 23, 2024

  1. fix: correctly using freeze_config.config in case is not default va…

    …lues (#10)
    
    * fix: correctly usin `freeze_config.config` in case is not default values
    
    * fix: removed `print`
    
    * fix: according to `codespell` checks
    AlejandroSuero committed May 23, 2024
    Configuration menu
    Copy the full SHA
    cf118dd View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. chore!: refactored into freeze-code.api usage (#11)

    * feat!: api usage and config separation
    
    * test: modified tests with the new api
    
    * fix: formatting
    
    * docs: added `FreezeLine` keymaps and api usage
    
    * docs: update `doc/freeze-code.nvim.txt`
    skip-checks: true
    
    * fix: correct use of `api`
    
    * fix: formatting
    
    * docs: update `doc/freeze-code.nvim.txt`
    skip-checks: true
    
    * fix: `go_install_freeze` -> `go_installation`
    
    ---------
    
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    AlejandroSuero and github-actions[bot] committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    9435e6f View commit details
    Browse the repository at this point in the history
Loading