diff options
| author | 2026-04-21 01:24:35 +0100 | |
|---|---|---|
| committer | 2026-04-21 01:24:35 +0100 | |
| commit | 4ea067d84b13630704392c91b00fc53906337bb6 (patch) | |
| tree | 8033a121aa3e84539325a0020d74af07bbd913ab /nvim.yml | |
| parent | e24c62228c49766935f434192db0d1cb4fdde820 (diff) | |
| download | dotfiles-4ea067d84b13630704392c91b00fc53906337bb6.tar.gz dotfiles-4ea067d84b13630704392c91b00fc53906337bb6.tar.bz2 dotfiles-4ea067d84b13630704392c91b00fc53906337bb6.zip | |
chore: add stylua/selene/prettier config files
Add minimal config for the upcoming fmt/lint recipes:
- .stylua.toml: stylua-specific knobs only; indent/line-length/eol
continue to come from .editorconfig (stylua reads it natively).
- selene.toml + nvim.yml: lua51 base plus a 'vim' global so neovim
config files don't get flagged as undefined.
- .prettierrc.json: double quotes, trailing commas, 80-col, preserve
prose wrap (avoid reflowing markdown).
All four ignored by chezmoi so they stay repo-only.
Diffstat (limited to 'nvim.yml')
| -rw-r--r-- | nvim.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nvim.yml b/nvim.yml new file mode 100644 index 0000000..53daa57 --- /dev/null +++ b/nvim.yml @@ -0,0 +1,5 @@ +--- +base: lua51 +globals: + vim: + any: true |
