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.0.2
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.1.0
Choose a head ref
  • 11 commits
  • 21 files changed
  • 3 contributors

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    5d39237 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34ed893 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    394e90b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    771c838 View commit details
    Browse the repository at this point in the history
  5. feat: moved CONTRIBUTING.md and updated to link to code of conduct

    Also added stars and issues on `README.md`
    AlejandroSuero committed May 14, 2024
    Configuration menu
    Copy the full SHA
    a566475 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a1f6059 View commit details
    Browse the repository at this point in the history
  7. fix: docs.yml

    AlejandroSuero committed May 14, 2024
    Configuration menu
    Copy the full SHA
    137e4c6 View commit details
    Browse the repository at this point in the history
  8. feat(docs): modify docs workflow (#4)

    * feat: modified `.yml` files max length
    
    * docs: updated to inform about Neovim min version allowed
    
    * ci(docs): modified to `skip-checks` and for better commits
    
    * docs: update `doc/freeze-code.nvim.txt`
    skip-checks: true
    
    ---------
    
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    AlejandroSuero and github-actions[bot] committed May 14, 2024
    Configuration menu
    Copy the full SHA
    ff919cd View commit details
    Browse the repository at this point in the history
  9. ci: improved actions and fixed some bugs (#5)

    * ci(test): added `golang` setup to test `go install` command
    
    * fix(ci): added check for windows to export `PATH` correctly
    
    * fix: changed it to powershell
    
    * fix: yaml variables
    
    * ci(docs): added paths to `README.md` to ensure only that file
    
    * ci(lint): modified lint to only run on `lua` and `tests` directories
    
    * fix(ci): setting `PATH` correctly
    
    * feat: added `Windows support` SHA commit
    
    Thanks to @hishamhm for this commit SHA d7d707a.
    
    * fix: command for `rm` updated for Windows
    
    * fix: luarocks conditional
    
    * ci(docs): added only pushes on `README.md`
    
    * feat: removed `Windows` support on CI
    
    * ci(lint): lint only in paths `lua/` and `tests/`
    AlejandroSuero committed May 14, 2024
    Configuration menu
    Copy the full SHA
    4b78441 View commit details
    Browse the repository at this point in the history
  10. fix: spelling errors detected by codespell (#6)

    Added CI for `codespell` too.
    AlejandroSuero committed May 14, 2024
    Configuration menu
    Copy the full SHA
    00f93e0 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. ci: workflows improvements (#7)

    * ci: workflows improvements
    
    * ci: added `tag-conflicts` action
    
    * ci(test): only test on `lua` and `tests` directories
    AlejandroSuero committed May 15, 2024
    Configuration menu
    Copy the full SHA
    73f8668 View commit details
    Browse the repository at this point in the history
Loading