tests/plugins/treesitter-refactor: fix duplicate treesitter test
Plugin is abandoned and only supports legacy. Update test to reflect that.
This commit is contained in:
parent
a7df38160c
commit
65ff8ffbe4
1 changed files with 9 additions and 2 deletions
|
|
@ -1,14 +1,21 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
empty = {
|
||||
plugins = {
|
||||
treesitter.enable = true;
|
||||
treesitter = {
|
||||
enable = true;
|
||||
package = pkgs.vimPlugins.nvim-treesitter-legacy;
|
||||
};
|
||||
treesitter-refactor.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
example = {
|
||||
plugins = {
|
||||
treesitter.enable = true;
|
||||
treesitter = {
|
||||
enable = true;
|
||||
package = pkgs.vimPlugins.nvim-treesitter-legacy;
|
||||
};
|
||||
treesitter-refactor = {
|
||||
enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue