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: LazyVim/LazyVim
base: v2.13.1
Choose a base ref
...
head repository: LazyVim/LazyVim
compare: v3.0.0
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on May 12, 2023

  1. feat(mini.comment)!: removed ts-context-commentstring since mini.comm…

    …ent provides this functionality out of the box
    
    If you use this plugin, you can add it again with the following code:
    {
      "nvim-treesitter/nvim-treesitter",
      opts = {
        context_commentstring = {
          enable = true,
          enable_autocmd = false,
        },
      },
      dependencies = {
        "JoosepAlviste/nvim-ts-context-commentstring",
      },
    }
    folke committed May 12, 2023
    Configuration menu
    Copy the full SHA
    d41ef05 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 3.0.0 (#755)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed May 12, 2023
    Configuration menu
    Copy the full SHA
    b57582b View commit details
    Browse the repository at this point in the history