emacs: Remove old tree-sitter check
This commit is contained in:
parent
ce653d8fca
commit
f55ca41ae9
1 changed files with 2 additions and 3 deletions
|
@ -82,10 +82,9 @@ in
|
|||
nil
|
||||
nixpkgs-fmt
|
||||
python3
|
||||
(pkgs.tree-sitter.withPlugins builtins.attrValues)
|
||||
(tree-sitter.withPlugins builtins.attrValues)
|
||||
] ++
|
||||
(with aspellDicts; [ en en-computers en-science fy nl ]) ++
|
||||
(lib.optional (versionOlder cfg.package.version "29") (tree-sitter.withPlugins builtins.attrValues));
|
||||
(with aspellDicts; [ en en-computers en-science fy nl ]);
|
||||
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue