This commit is enough to make nvim start and bootstrap lazy to actually use this commit as a base for your own config - Add the directory 'lua/plugins/spec' - Place plugin specs there - Edit configuration as needed
13 lines
331 B
YAML
13 lines
331 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v6.0.0
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
- id: check-toml
|
|
- id: check-yaml
|
|
- id: mixed-line-ending
|
|
- repo: https://github.com/JohnnyMorganz/StyLua
|
|
rev: v0.18.0
|
|
hooks:
|
|
- id: stylua # or stylua-system / stylua-github
|