diff options
| author | sitiom <sitiom@disroot.org> | 2022-07-07 20:44:15 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-07 05:44:15 -0700 |
| commit | d17179dbddcdf05f69b67ac13e2127c58a6295a7 (patch) | |
| tree | 8279f912042fa8297b07f64e02eba9aae581b655 /neovim.yml | |
| parent | feat(eslint): support yarn2 PnP projects #1777 (diff) | |
| download | nvim-lspconfig-d17179dbddcdf05f69b67ac13e2127c58a6295a7.tar nvim-lspconfig-d17179dbddcdf05f69b67ac13e2127c58a6295a7.tar.gz nvim-lspconfig-d17179dbddcdf05f69b67ac13e2127c58a6295a7.tar.bz2 nvim-lspconfig-d17179dbddcdf05f69b67ac13e2127c58a6295a7.tar.lz nvim-lspconfig-d17179dbddcdf05f69b67ac13e2127c58a6295a7.tar.xz nvim-lspconfig-d17179dbddcdf05f69b67ac13e2127c58a6295a7.tar.zst nvim-lspconfig-d17179dbddcdf05f69b67ac13e2127c58a6295a7.zip | |
ci(selene): switch to yml config #1986
As of Kampfkarren/selene#364, using TOML is now deprecated.
Diffstat (limited to 'neovim.yml')
| -rw-r--r-- | neovim.yml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/neovim.yml b/neovim.yml new file mode 100644 index 00000000..9de2931e --- /dev/null +++ b/neovim.yml @@ -0,0 +1,25 @@ +--- +base: lua51 + +globals: + vim: + any: true + assert: + args: + - type: bool + - type: string + required: false + after_each: + args: + - type: function + before_each: + args: + - type: function + describe: + args: + - type: string + - type: function + it: + args: + - type: string + - type: function |
