LazyVim.LazyVim/lua/lazyvim/plugins/extras
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
..
coding feat(pick): move pickers to extras (telescope still the default) (#3606) 2024-06-13 06:07:02 +02:00
dap fix(typescript): clean up configuration of the vscode dap extension (#3556) 2024-06-09 22:48:51 +02:00
editor fix(pick): allow configuring pickers without LazyExtras. Fixes #3626 2024-06-14 17:55:43 +02:00
formatting fix(prettier): fixup 2024-06-07 23:24:01 +02:00
lang fix(rust): incorporate latest changes from rustaceanvim (#3655) 2024-06-14 23:07:42 +02:00
linting feat: use LazyVim everywhere instead of require("lazyvim.util") 2024-03-22 09:15:09 +01:00
lsp feat: moved neoconf.nvim to extras 2024-06-02 09:05:16 +02:00
test fix(which-key): use new which-key support for native group keymaps (nop) 2024-06-06 10:46:56 +02:00
ui fix(edgy): only track other neo-tree windows with a source 2024-06-14 11:13:59 +02:00
util feat(pick): move pickers to extras (telescope still the default) (#3606) 2024-06-13 06:07:02 +02:00
vscode.lua feat(vscode): added ts-comments to allow list for vscode 2024-05-29 18:22:54 +02:00