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: evs/kickstart.nvim
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: nvim-lua/kickstart.nvim
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 13 commits
  • 6 files changed
  • 13 contributors

Commits on Mar 24, 2025

  1. changed Conform's format_on_save lambda so that buffers that match di…

    …sable_filetypes return nil. This allows you to enable a formatter for langages in the disable_filetypes table to have a formatter that can be run manually with Leader-f but doesnt enable format_on_save for them (nvim-lua#1395)
    RulentWave authored Mar 24, 2025
    Configuration menu
    Copy the full SHA
    5e2d7e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e947649 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2025

  1. fix: minor misspellings (nvim-lua#1450)

    * fix: minor misspellings
    
    * revert change for `-Bbuild`
    dasvh authored Apr 9, 2025
    Configuration menu
    Copy the full SHA
    8a5a52f View commit details
    Browse the repository at this point in the history
  2. Change LSP Keybindings to Match the Default gr Bindings Introduced …

    …in Neovim 0.11 (nvim-lua#1427)
    
    * refactor: change LSP keybindings to the default gr bindings introduced in 0.11
    
    * refactor: modify existing LSP functions to follow  convention
    theopn authored Apr 9, 2025
    Configuration menu
    Copy the full SHA
    1a5787b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9929044 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d350db2 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2025

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

Commits on May 11, 2025

  1. Configuration menu
    Copy the full SHA
    2b2f0f8 View commit details
    Browse the repository at this point in the history
  2. Replace vim.opt with vim.o (nvim-lua#1495)

    * Replace vim.opt with vim.o
    
    Because it offers a nicer interface and info on hover.
    For now leave vim.opt when using the table interface (until vim.o
    with tables is implemented)
    
    * Add type hint for vim.opt.rtp
    
    * Add a comment about using vim.opt instead of vim.o
    oriori1703 authored May 11, 2025
    Configuration menu
    Copy the full SHA
    c92ea7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb73617 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5a9f9c View commit details
    Browse the repository at this point in the history
  5. fix: rename vim.highlight.on_yank to vim.hl.on_yank (nvim-lua#1482)

    The functions of vim.highlight were renamed to vim.hl on commit
    18b43c331d8a0ed87d7cbefe2a18543b8e4ad360 of neovim, which was applied
    with the release of nvim version 0.11.
    
    Now, the use of vim.highlight is deprecated, and instead, one should
    use vim.hl functions.
    In practice, vim.highlight is still working, however, asking for help
    for vim.highlight.on_yank fails (E149), while asking for help for
    vim.hl.on_yank works as expected. So, by updating the used function, a
    new user will have easier time looking getting the relevant help.
    
    Co-authored-by: Omri Sarig <[email protected]>
    omrisarig13 and Omri Sarig authored May 11, 2025
    Configuration menu
    Copy the full SHA
    6ba2408 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2025

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