-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: evs/kickstart.nvim
base: master
head repository: nvim-lua/kickstart.nvim
compare: master
- 13 commits
- 6 files changed
- 13 contributors
Commits on Mar 24, 2025
-
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)
Configuration menu - View commit details
-
Copy full SHA for 5e2d7e1 - Browse repository at this point
Copy the full SHA 5e2d7e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e947649 - Browse repository at this point
Copy the full SHA e947649View commit details
Commits on Apr 9, 2025
-
fix: minor misspellings (nvim-lua#1450)
* fix: minor misspellings * revert change for `-Bbuild`
Configuration menu - View commit details
-
Copy full SHA for 8a5a52f - Browse repository at this point
Copy the full SHA 8a5a52fView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 1a5787b - Browse repository at this point
Copy the full SHA 1a5787bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9929044 - Browse repository at this point
Copy the full SHA 9929044View commit details -
Configuration menu - View commit details
-
Copy full SHA for d350db2 - Browse repository at this point
Copy the full SHA d350db2View commit details
Commits on May 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 76cb865 - Browse repository at this point
Copy the full SHA 76cb865View commit details
Commits on May 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2b2f0f8 - Browse repository at this point
Copy the full SHA 2b2f0f8View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for c92ea7c - Browse repository at this point
Copy the full SHA c92ea7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb73617 - Browse repository at this point
Copy the full SHA fb73617View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5a9f9c - Browse repository at this point
Copy the full SHA f5a9f9cView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 6ba2408 - Browse repository at this point
Copy the full SHA 6ba2408View commit details
Commits on May 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3338d39 - Browse repository at this point
Copy the full SHA 3338d39View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master