17.0.0 (2025-02-05)
⚠ BREAKING CHANGES
Features
- conform-nvim: add mapping for ConformInfo (#1349) (0e50b75)
- copilot-lua-cmp: add blink.cmp support (#1350) (d4df73c)
- copilotchat-nvim: select a picker based on installed one (#1333) (0e1cf11)
- cord-nvim: update to v2 (#1322) (a507700)
- debugging: add
nvim-dap-view(#1332) (b8efe23) - fuzzy-finder: add
snacks.pickerfromsnacks.nvim(#1320) (6c63109) - fzf-lua: add directly go to definition when single result (f31fb46)
- fzf-lua: add key mappings similar to telescope (#1343) (b7a458d)
- fzf-lua: add mappings similar to telescope (b7a458d)
- fzf-lua: directly go to definition when only a single result (#1339) (f31fb46)
- snacks-picker: add
snacks.notifierpicker if used for notifications (2f234c5) - sql: disable sqls formatter and add sqlfluff (#1336) (e2a3031)
Bug Fixes
- avante-nvim: fix typo in opts (#1317) (532a545)
- avante-nvim: update config for
render-markdown(532a545) - bash: add nvim-lint and add shellcheck to conform (#1348) (5f7d6bc)
- docker: disable docker-compose formatter and use default from yaml (bac0a03)
- docker: use default formatter for yaml and turn off from docker_compose_language_service (#1321) (bac0a03)
- docker: use dockerfile ft for hadolint (#1347) (c83477c)
- laravel-nvim: update required deps from v2 to v3 (89c9960)
- lazydev-nvim: add deprecation notice as it was added upstream (#1354) (0688937)
- linear-nvim: Change leader from
<Leader>mto<Leader>L(#1314) (6426600) - markview-nvim: adapted config to consider breaking changes in version v25.1. (#1345) (0c09470)
- nix: drop none-ls formatter (#1324) (17307e7)
- pack: update
laravel-nvimrequired deps from v2 to v3 (#1315) (89c9960) - rust: Sane excludeDirs pattern (#1330) (5263d85)
- snacks-picker: update to handle breaking changes (e6bd16b)
- tailwindcss: fix typo (fe6e21a)
- tailwindcss: resolve root dir based on installed dependency (#1352) (c2ff9b9)
- typescript: respect autoformatting status when applying
EslintFixAll(671bec8)