Skip to content

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 1 commit into from
May 22, 2025

Conversation

carloscalla
Copy link
Contributor

@carloscalla carloscalla commented May 12, 2025

Update remaining occurrences of Mason's old address to point to the new address.

Previous PR about this update: #1516

@feoh feoh merged commit 3338d39 into nvim-lua:master May 22, 2025
1 check passed
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č <dejan.ribic@gmail.com>
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
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 <omri.sarig@prevas.dk>

* Update remaining Mason's old address (nvim-lua#1530)

* conflict

* move plugins to folder

---------

Co-authored-by: guru245 <guru245@users.noreply.github.com>
Co-authored-by: Ori Perry <48057913+oriori1703@users.noreply.github.com>
Co-authored-by: pynappo <lehtien.david@gmail.com>
Co-authored-by: Damjan 9000 <damjan.9000@gmail.com>
Co-authored-by: Omri Sarig <omri.sarig13@gmail.com>
Co-authored-by: Omri Sarig <omri.sarig@prevas.dk>
Co-authored-by: Carlos Calla Alarcón <calla.alarcon@gmail.com>
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)
lambovg pushed a commit to lambovg/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)
eliasvc added a commit to eliasvc/kickstart.nvim that referenced this pull request Jun 6, 2025
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 <omri.sarig@prevas.dk>

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
nat-toon added a commit to nat-toon/kickstart.nvim that referenced this pull request Jun 13, 2025
Update remaining Mason's old address (nvim-lua#1530)
invalidoperation pushed a commit to invalidoperation/kickstart.nvim that referenced this pull request Jun 14, 2025
invalidoperation pushed a commit to invalidoperation/kickstart.nvim that referenced this pull request Jun 14, 2025
screwage pushed a commit to screwage/kickstart.nvim that referenced this pull request Jun 17, 2025
jpoliv pushed a commit to jpoliv/kickstart-modular.nvim that referenced this pull request Jun 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants