From b4c611404729540ac87c140cebdd97cf2f87bb5b Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Tue, 21 Apr 2026 01:24:37 +0100 Subject: 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. --- selene.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'selene.toml') diff --git a/selene.toml b/selene.toml index 3df5aa0..e34dfbe 100644 --- a/selene.toml +++ b/selene.toml @@ -1 +1,5 @@ -std = "lua51+nvim" +std = "lua51+selene-globals" + +[lints] +# Mixed tables are idiomatic in neovim plugin specs (lazy.nvim, which-key, etc.) +mixed_table = "allow" -- cgit v1.2.3-70-g09d2