LazyVim.LazyVim/lua/lazyvim/plugins/extras
Felix Rath b2829abeaf
fix(extras/rust): fix config key for files.exclude
It seems like the key changed it's name from `files.excludeDirs` to `files.exclude` at some point.
At least that is the (only) name that can be found in the docs now: https://rust-analyzer.github.io/book/configuration.html (ctrl+f for "files.exclude")

Also add `".jj"` as an excluded directory, which is like `".git"` but for jujutsu (https://jj-vcs.github.io/jj/latest/cli-reference/#jj-git-init).
2025-02-21 15:10:27 +01:00
..
ai fix(copilot-chat): added support for snacks picker. Closes #5432. Closes #5552 2025-02-08 18:32:46 +01:00
coding feat(snippets): mini.snippets standalone and blink.resubscribe (#5507) 2025-02-16 09:06:35 +01:00
dap feat(snacks): added profiler keymaps 2024-12-12 13:47:29 +01:00
editor fix(snacks.picker): remove redundant leader-gc keymap. Closes #5646 2025-02-18 23:10:56 +01:00
formatting feat(extras): add biome formatter (#4448) 2024-11-16 07:34:21 +01:00
lang fix(extras/rust): fix config key for files.exclude 2025-02-21 15:10:27 +01:00
linting feat(eslint): add option to disable eslint auto format (#4225) 2024-11-08 14:05:00 +01:00
lsp feat: moved neoconf.nvim to extras 2024-06-02 09:05:16 +02:00
test fix(neotest): disambiguous key map descriptions (#4374) 2024-11-08 13:37:09 +01:00
ui fix(mini.indentscope): disable snacks and indent-blankline scope 2024-12-12 16:44:28 +01:00
util feat(chezmoi): enhance fzf-lua chezmoi picker and add snacks.dasbhoard entry (#5275) 2025-02-21 14:28:05 +01:00
vscode.lua fix(vscode): diabled some snacks plugins. Fixes #5364 2025-01-20 20:30:39 +01:00