Kampfkarren / selene

A blazing-fast modern Lua linter written in Rust
https://kampfkarren.github.io/selene/
Mozilla Public License 2.0
561 stars 76 forks source link

Is there a global config file? #596

Closed cxwx closed 3 months ago

cxwx commented 3 months ago

Is there a global config file? like ~/.selenerc or ~/.selene.toml

I want to set the global val vim like

[vim]
any = true

but now, I need to create selene.toml : std="lua51+vim" vim.toml : [vim] any = true every project directory.

chriscerie commented 3 months ago

Dupe of #268.