aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/selene.toml
Commit message (Collapse)AuthorAgeFilesLines
* chore(selene): rename globals file, add mp, allow mixed_tableLibravatar sommerfeld46 hours1-1/+5
| | | | | | Rename nvim.yml to selene-globals.yml (more accurate scope). Add the mpv scripting 'mp' global alongside neovim's 'vim'. Allow mixed_table since it's idiomatic in lazy.nvim/which-key specs.
* chore: add stylua/selene/prettier config filesLibravatar sommerfeld46 hours1-0/+1
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.