-
Notifications
You must be signed in to change notification settings - Fork 39.3k
Update remaining Mason's old address #1530
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
oriori1703
approved these changes
May 12, 2025
feoh
approved these changes
May 22, 2025
mark-newton
added a commit
to mark-newton/nvim-kickstart
that referenced
this pull request
May 22, 2025
* upstream/master: Update remaining Mason's old address (nvim-lua#1530)
jonasherfort
added a commit
to jonasherfort/nvim
that referenced
this pull request
May 23, 2025
Update remaining Mason's old address (nvim-lua#1530)
gcaufield
added a commit
to gcaufield/kickstart.nvim
that referenced
this pull request
May 23, 2025
* upstream/master: Update remaining Mason's old address (nvim-lua#1530) fix: rename vim.highlight.on_yank to vim.hl.on_yank (nvim-lua#1482) README: mention fd-find in requirements (nvim-lua#1477) don't lazy-load neo-tree so netrw hijacking on startup works (nvim-lua#1489) Replace vim.opt with vim.o (nvim-lua#1495) feat: switch vim-sleuth for guess-indent.nvim (nvim-lua#1512) Change to Mason's new address (nvim-lua#1516) feat: switch nvim-cmp for blink.cmp (nvim-lua#1426) Remove Telescope `0.1` branch lock (nvim-lua#1448) Change LSP Keybindings to Match the Default `gr` Bindings Introduced in Neovim 0.11 (nvim-lua#1427) fix: minor misspellings (nvim-lua#1450) feat(keymap): move windows without `<C-w>` (nvim-lua#1368) changed Conform's format_on_save lambda so that buffers that match disable_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) fix: use correct github abmonition syntax (nvim-lua#1414)
dribic
pushed a commit
to dribic/nvim-files
that referenced
this pull request
May 23, 2025
Signed-off-by: Dejan Ribič <[email protected]>
WendtOle
added a commit
to WendtOle/kickstart.nvim
that referenced
this pull request
May 24, 2025
Update remaining Mason's old address (nvim-lua#1530)
gegehprast
added a commit
to gegehprast/kickstart.nvim
that referenced
this pull request
May 24, 2025
Update remaining Mason's old address (nvim-lua#1530)
ests
pushed a commit
to ests/kickstart.nvim
that referenced
this pull request
May 24, 2025
This was referenced May 24, 2025
bradenaa
added a commit
to bradenaa/kickstart.nvim
that referenced
this pull request
May 24, 2025
* Change to Mason's new address (nvim-lua#1516) * feat: switch vim-sleuth for guess-indent.nvim (nvim-lua#1512) * 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 * don't lazy-load neo-tree so netrw hijacking on startup works (nvim-lua#1489) * README: mention fd-find in requirements (nvim-lua#1477) Fixes nvim-lua#1476 * 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]> * Update remaining Mason's old address (nvim-lua#1530) * conflict * move plugins to folder --------- Co-authored-by: guru245 <[email protected]> Co-authored-by: Ori Perry <[email protected]> Co-authored-by: pynappo <[email protected]> Co-authored-by: Damjan 9000 <[email protected]> Co-authored-by: Omri Sarig <[email protected]> Co-authored-by: Omri Sarig <[email protected]> Co-authored-by: Carlos Calla Alarcón <[email protected]>
melito00
pushed a commit
to melito00/kickstart.nvim
that referenced
this pull request
May 25, 2025
bhendo
added a commit
to bhendo/kickstart.nvim
that referenced
this pull request
May 25, 2025
Update remaining Mason's old address (nvim-lua#1530)
jakubreron
added a commit
to jakubreron/kickstart.nvim
that referenced
this pull request
May 28, 2025
Update remaining Mason's old address (nvim-lua#1530)
goglx
pushed a commit
to goglx/kickstart.nvim
that referenced
this pull request
May 29, 2025
cyrillkuettel
pushed a commit
to cyrillkuettel/kickstart.nvim
that referenced
this pull request
May 29, 2025
WaterAtTheBottomOfTheOcean
pushed a commit
to WaterAtTheBottomOfTheOcean/kickstart.nvim
that referenced
this pull request
May 30, 2025
audunhov
pushed a commit
to audunhov/kickstart.nvim
that referenced
this pull request
May 30, 2025
SudoAra
pushed a commit
to SudoAra/kickstart.nvim
that referenced
this pull request
Jun 5, 2025
faizfrhn
added a commit
to faizfrhn/kickstart.nvim
that referenced
this pull request
Jun 6, 2025
* Change to Mason's new address (nvim-lua#1516) * feat: switch vim-sleuth for guess-indent.nvim (nvim-lua#1512) * Replace vim.opt with vim.o (nvim-lua#1495) * don't lazy-load neo-tree so netrw hijacking on startup works (nvim-lua#1489) * README: mention fd-find in requirements (nvim-lua#1477) * fix: rename vim.highlight.on_yank to vim.hl.on_yank (nvim-lua#1482) * Update remaining Mason's old address (nvim-lua#1530)
cyrillkuettel
pushed a commit
to cyrillkuettel/kickstart.nvim
that referenced
this pull request
Jun 8, 2025
Insta-x
added a commit
to Insta-x/kickstart.nvim
that referenced
this pull request
Jun 9, 2025
Update remaining Mason's old address (nvim-lua#1530)
mfgbhatti
added a commit
to mfgbhatti/kickstart.nvim
that referenced
this pull request
Jun 11, 2025
Update remaining Mason's old address (nvim-lua#1530)
mohamadalinaghian
pushed a commit
to mohamadalinaghian/kickstart.nvim
that referenced
this pull request
Jun 11, 2025
4ktivated
pushed a commit
to 4ktivated/nvim-dotfiles
that referenced
this pull request
Jun 12, 2025
4ktivated
pushed a commit
to 4ktivated/nvim-dotfiles
that referenced
this pull request
Jun 12, 2025
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]> Update remaining Mason's old address (nvim-lua#1530) asd
kuroikyu
pushed a commit
to kuroikyu/kickstart.nvim
that referenced
this pull request
Jun 12, 2025
DaveLak
added a commit
to DaveLak/kickstart.nvim
that referenced
this pull request
Jul 13, 2025
pcastr0
referenced
this pull request
in pcastr0/kickstart.nvim
Jul 15, 2025
dtingey
pushed a commit
to dtingey/kickstart.nvim
that referenced
this pull request
Jul 17, 2025
christianpound
pushed a commit
to christianpound/kickstart.nvim
that referenced
this pull request
Jul 18, 2025
0xLamzari
added a commit
to 0xLamzari/kickstart.nvim
that referenced
this pull request
Jul 20, 2025
Update remaining Mason's old address (nvim-lua#1530)
rexfordessilfie
pushed a commit
to rexfordessilfie/kickstart.nvim
that referenced
this pull request
Jul 22, 2025
nico281
pushed a commit
to nico281/kickstart-modular.nvim
that referenced
this pull request
Jul 25, 2025
gabriel-kimutai
pushed a commit
to gabriel-kimutai/nvim
that referenced
this pull request
Aug 1, 2025
gabriel-kimutai
pushed a commit
to gabriel-kimutai/nvim
that referenced
this pull request
Aug 1, 2025
Parvenu
added a commit
to Parvenu/kickstart.nvim
that referenced
this pull request
Aug 3, 2025
This reverts commit 3338d39.
adityaravichandran6
added a commit
to adityaravichandran6/mazov.nvim
that referenced
this pull request
Aug 5, 2025
* fix: minor misspellings (nvim-lua#1450) * fix: minor misspellings * revert change for `-Bbuild` * 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 * Remove Telescope `0.1` branch lock (nvim-lua#1448) * feat: switch nvim-cmp for blink.cmp (nvim-lua#1426) * Change to Mason's new address (nvim-lua#1516) * feat: switch vim-sleuth for guess-indent.nvim (nvim-lua#1512) * 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 * don't lazy-load neo-tree so netrw hijacking on startup works (nvim-lua#1489) * README: mention fd-find in requirements (nvim-lua#1477) Fixes nvim-lua#1476 * 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]> * Update remaining Mason's old address (nvim-lua#1530) * Initial plugin setup (#1) This adds a basic layer of plugins. But more language and workflow specific plugins are to follow possibly. --------- Co-authored-by: dasvh <[email protected]> Co-authored-by: Theo P. <[email protected]> Co-authored-by: Dmytro Onypko <[email protected]> Co-authored-by: Liam Dyer <[email protected]> Co-authored-by: guru245 <[email protected]> Co-authored-by: Ori Perry <[email protected]> Co-authored-by: pynappo <[email protected]> Co-authored-by: Damjan 9000 <[email protected]> Co-authored-by: Omri Sarig <[email protected]> Co-authored-by: Omri Sarig <[email protected]> Co-authored-by: Carlos Calla Alarcón <[email protected]>
eduardofuncao
pushed a commit
to eduardofuncao/config.nvim
that referenced
this pull request
Aug 5, 2025
JordanShurmer
added a commit
to JordanShurmer/kickstart.nvim
that referenced
this pull request
Aug 7, 2025
Update remaining Mason's old address (nvim-lua#1530)
adityaravichandran6
added a commit
to adityaravichandran6/mazov.nvim
that referenced
this pull request
Aug 7, 2025
* fix: minor misspellings (nvim-lua#1450) * fix: minor misspellings * revert change for `-Bbuild` * 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 * Remove Telescope `0.1` branch lock (nvim-lua#1448) * feat: switch nvim-cmp for blink.cmp (nvim-lua#1426) * Change to Mason's new address (nvim-lua#1516) * feat: switch vim-sleuth for guess-indent.nvim (nvim-lua#1512) * 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 * don't lazy-load neo-tree so netrw hijacking on startup works (nvim-lua#1489) * README: mention fd-find in requirements (nvim-lua#1477) Fixes nvim-lua#1476 * 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]> * Update remaining Mason's old address (nvim-lua#1530) * Initial plugin setup (#1) This adds a basic layer of plugins. But more language and workflow specific plugins are to follow possibly. --------- Co-authored-by: dasvh <[email protected]> Co-authored-by: Theo P. <[email protected]> Co-authored-by: Dmytro Onypko <[email protected]> Co-authored-by: Liam Dyer <[email protected]> Co-authored-by: guru245 <[email protected]> Co-authored-by: Ori Perry <[email protected]> Co-authored-by: pynappo <[email protected]> Co-authored-by: Damjan 9000 <[email protected]> Co-authored-by: Omri Sarig <[email protected]> Co-authored-by: Omri Sarig <[email protected]> Co-authored-by: Carlos Calla Alarcón <[email protected]>
abhishek-yelley-sails
pushed a commit
to abhishekyelley/kickstart.nvim
that referenced
this pull request
Aug 14, 2025
alex-rieger
pushed a commit
to alex-rieger/kickstart.nvim
that referenced
this pull request
Aug 17, 2025
zDyant
pushed a commit
to zDyant/nvim.config
that referenced
this pull request
Aug 17, 2025
k7o
pushed a commit
to k7o/kickstart.nvim
that referenced
this pull request
Aug 18, 2025
mihaipop11
pushed a commit
to mihaipop11/kickstart.nvim
that referenced
this pull request
Aug 19, 2025
benfleuty
pushed a commit
to benfleuty/kickstart.nvim
that referenced
this pull request
Aug 19, 2025
LoganSchmalz
pushed a commit
to LoganSchmalz/kickstart.nvim
that referenced
this pull request
Aug 21, 2025
ncason
pushed a commit
to ncason/kickstart.nvim
that referenced
this pull request
Aug 23, 2025
nrhooks17
pushed a commit
to nrhooks17/central-nvim
that referenced
this pull request
Aug 26, 2025
sooren-ghodsi
pushed a commit
to sooren-ghodsi/kickstart.nvim
that referenced
this pull request
Aug 26, 2025
2takker
pushed a commit
to 2takker/kickstart.nvim
that referenced
this pull request
Sep 2, 2025
VlaDexa
pushed a commit
to VlaDexa/nvim-config
that referenced
this pull request
Sep 8, 2025
jeffcaten
added a commit
to jeffcaten/kickstart.nvim
that referenced
this pull request
Sep 8, 2025
Update remaining Mason's old address (nvim-lua#1530)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update remaining occurrences of Mason's old address to point to the new address.
Previous PR about this update: #1516