LazyVim.LazyVim/lua/lazyvim/plugins
Iordanis Petkakis 2d689763e4
fix(rust): incorporate latest changes from rustaceanvim (#3655)
## What is this PR for?

After recent changes in `rustaceanvim` in
https://github.com/mrcjkb/rustaceanvim/pull/403, `checkOnSave` is
supposed to be boolean and the table that we were passing to
`checkOnSave` previously should be passed to `check` instead. I left the
`check` table undefined, because the options that we were passing to
`checkOnSave` before are the default ones being passed to `check`. So,
only if the user wants to change something should he change the values
of the `check` table according to what he wants.

## Does this PR fix an existing issue?

No
## Checklist

- [x] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md)
guidelines.
2024-06-14 23:07:42 +02:00
..
compat fix(extras): better reasons as to why some extras are included in your config. 2024-06-14 11:14:00 +02:00
extras fix(rust): incorporate latest changes from rustaceanvim (#3655) 2024-06-14 23:07:42 +02:00
lsp refactor(lsp): remove lsp keymap dependency on telescope 2024-06-13 06:33:10 +02:00
coding.lua fix(cmp): don't enable snippets source without nvim-snippets (#3527) 2024-06-07 23:12:59 +02:00
colorscheme.lua feat(catppuccin): enable more integrations (#1922) 2023-11-04 11:09:01 +01:00
editor.lua fix(pick): allow configuring pickers without LazyExtras. Fixes #3626 2024-06-14 17:55:43 +02:00
formatting.lua fix(formatting): remove deprecation check on some options 2024-06-07 23:02:47 +02:00
init.lua refactor: config = true >> opts = {} 2024-06-11 00:06:56 +02:00
linting.lua feat(lint): added support for prepend_args to nvim-lint. Fixes #1887 2024-06-05 23:02:19 +02:00
treesitter.lua refactor: use lazy's new opts_extend functionality for treesitter and mason 2024-06-07 09:03:59 +02:00
ui.lua fix(dashboard): proper fix for dashboard's weird action loading 2024-06-13 15:01:46 +02:00
util.lua feat(util)!: move vim-startuptime to an extra 2024-05-16 21:25:51 +02:00
xtras.lua fix(extras): better reasons as to why some extras are included in your config. 2024-06-14 11:14:00 +02:00