diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5295ae..21d9968 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Stylua +name: ci on: pull_request: diff --git a/selene.toml b/selene.toml index d03ab0a..df08b7c 100644 --- a/selene.toml +++ b/selene.toml @@ -1 +1,4 @@ std = "vim" + +[config] +lua52 = true diff --git a/vim.toml b/vim.toml index b3f8bba..61f4a6e 100644 --- a/vim.toml +++ b/vim.toml @@ -2,8 +2,5 @@ base = "lua52" name = "vim" -[features] -lua52 = true - [vim] any = true