tests/colorschemes/palette: disable test.runNvim
This commit is contained in:
parent
8d55155d82
commit
f3a771830d
1 changed files with 9 additions and 0 deletions
|
|
@ -1,9 +1,15 @@
|
|||
{
|
||||
empty = {
|
||||
# ERROR: vim.lsp.with() is deprecated. Run ":checkhealth vim.deprecated"
|
||||
test.runNvim = false;
|
||||
|
||||
colorschemes.palette.enable = true;
|
||||
};
|
||||
|
||||
defaults = {
|
||||
# ERROR: vim.lsp.with() is deprecated. Run ":checkhealth vim.deprecated"
|
||||
test.runNvim = false;
|
||||
|
||||
colorschemes.palette = {
|
||||
enable = true;
|
||||
|
||||
|
|
@ -27,6 +33,9 @@
|
|||
};
|
||||
|
||||
example-custom-palette = {
|
||||
# ERROR: vim.lsp.with() is deprecated. Run ":checkhealth vim.deprecated"
|
||||
test.runNvim = false;
|
||||
|
||||
colorschemes.palette = {
|
||||
enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue