aboutsummaryrefslogtreecommitdiffstats
path: root/neovim.yml
diff options
context:
space:
mode:
authorsitiom <sitiom@disroot.org>2022-07-07 20:44:15 +0800
committerGitHub <noreply@github.com>2022-07-07 05:44:15 -0700
commitd17179dbddcdf05f69b67ac13e2127c58a6295a7 (patch)
tree8279f912042fa8297b07f64e02eba9aae581b655 /neovim.yml
parentfeat(eslint): support yarn2 PnP projects #1777 (diff)
downloadnvim-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.yml25
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