Folke Lemaitre
c460e97d2b
style: format
2025-10-19 12:57:09 +02:00
Michael Nikitochkin
97af4a23bc
feat(docker): associate 'Containerfile' with 'dockerfile' filetype ( #5974 )
...
## Description
'Containerfile' [1] is a supported alternative name for container build
definitions. It is recognized by Docker and other container tools, and
can help clarify intent in multi-container repositories or
non-Docker-specific setups.
[1]:
https://github.com/containers/common/blob/main/docs/Containerfile.5.md
## Checklist
- [x] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md )
guidelines.
2025-10-19 12:47:59 +02:00
Folke Lemaitre
ab41ff551b
refactor: use lazy's new opts_extend functionality for treesitter and mason
2024-06-07 09:03:59 +02:00
Folke Lemaitre
c29213416b
feat(extras): added recommended detectors for all languages
2024-05-18 14:39:20 +02:00
Folke Lemaitre
14c091b1fc
feat!: make conform.nvim and nvim-lint the default formatters/linters
2023-10-12 11:48:02 +02:00
Folke Lemaitre
718c5c6036
fix(docker): put hadolint in its own spec
2023-09-29 16:09:33 +02:00
Folke Lemaitre
05f45bb720
feat(extras): added extra for nvim-lint
2023-09-29 15:05:01 +02:00
Folke Lemaitre
a7f68e5e37
refactor(none-ls): make all null-ls usages in extras optional
2023-09-29 12:00:56 +02:00
Ahmed W
7cac6f064c
feat(null-ls)!: use none-ls instead of null-ls ( #1517 )
...
* FEATURE: use none-ls instead of null-ls
Fixes #1516
* fix(none-ls): automatically migrate null-ls to none-ls
* feat(config): show warning if user config contains renamed references
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com >
2023-09-29 11:52:45 +02:00
Jakub Kozłowicz
a0c2014b10
feat(lang): add docker support ( #1078 )
2023-07-12 17:42:05 +02:00