LazyVim.LazyVim/lua/lazyvim
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
..
config feat(keymaps): show lang when opening treesitter inspect 2025-02-18 23:11:12 +01:00
plugins fix(extras/rust): fix config key for files.exclude 2025-02-21 15:10:27 +01:00
util fix(extras): disable import handling when loading :LazyExtras + changed some recommendations 2025-02-10 23:27:24 +01:00
health.lua fix(health): added curl to health checks 2024-12-14 14:42:21 +01:00
init.lua fix: add shim for vim.uv just in case someone upgrades lazyvim before lazy 2024-03-22 10:30:35 +01:00
types.lua style: better types for vim.api.nvim_create_autocmd 2024-06-07 23:02:47 +02:00