diff options
| author | 2026-04-21 01:24:37 +0100 | |
|---|---|---|
| committer | 2026-04-21 01:24:37 +0100 | |
| commit | b4c611404729540ac87c140cebdd97cf2f87bb5b (patch) | |
| tree | 5c4db17254be5c75d3b52e50cc9a3e2609b91356 /selene-globals.yml | |
| parent | f191bb78e945690363217e4166d2270494d11b2d (diff) | |
| download | dotfiles-b4c611404729540ac87c140cebdd97cf2f87bb5b.tar.gz dotfiles-b4c611404729540ac87c140cebdd97cf2f87bb5b.tar.bz2 dotfiles-b4c611404729540ac87c140cebdd97cf2f87bb5b.zip | |
chore(selene): rename globals file, add mp, allow mixed_table
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.
Diffstat (limited to 'selene-globals.yml')
| -rw-r--r-- | selene-globals.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/selene-globals.yml b/selene-globals.yml new file mode 100644 index 0000000..808cda4 --- /dev/null +++ b/selene-globals.yml @@ -0,0 +1,9 @@ +--- +base: lua51 +globals: + # neovim + vim: + any: true + # mpv scripts + mp: + any: true |
