mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Update lang_spec.lua
This commit is contained in:
parent
de71bd04f7
commit
c5a6163f28
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ describe("Extra", function()
|
||||||
local opts = Plugin.values(ts, "opts", false)
|
local opts = Plugin.values(ts, "opts", false)
|
||||||
|
|
||||||
if not vim.tbl_isempty(opts.ensure_installed) then
|
if not vim.tbl_isempty(opts.ensure_installed) then
|
||||||
it("does not install defaut Treesitter langs", function()
|
it("does not install default Treesitter langs", function()
|
||||||
local invalid = vim.tbl_filter(function(v)
|
local invalid = vim.tbl_filter(function(v)
|
||||||
return vim.tbl_contains(tsensure, v)
|
return vim.tbl_contains(tsensure, v)
|
||||||
end, opts.ensure_installed or {})
|
end, opts.ensure_installed or {})
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue