mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
test: remove <0.11 stuff
This commit is contained in:
parent
d4aa0a7da2
commit
6c8777a83c
1 changed files with 1 additions and 5 deletions
|
|
@ -27,11 +27,7 @@ describe("Extra", function()
|
||||||
end, extras)
|
end, extras)
|
||||||
|
|
||||||
local lsp_to_pkg = {}
|
local lsp_to_pkg = {}
|
||||||
if require("lazy.core.config").spec.plugins["mason-lspconfig.nvim"].version == "^1.0.0" then
|
lsp_to_pkg = require("mason-lspconfig.mappings").get_mason_map().lspconfig_to_package
|
||||||
lsp_to_pkg = require("mason-lspconfig.mappings.server").lspconfig_to_package
|
|
||||||
else
|
|
||||||
lsp_to_pkg = require("mason-lspconfig.mappings").get_mason_map().lspconfig_to_package
|
|
||||||
end
|
|
||||||
|
|
||||||
local tsspec = Plugin.Spec.new({
|
local tsspec = Plugin.Spec.new({
|
||||||
import = "lazyvim.plugins.treesitter",
|
import = "lazyvim.plugins.treesitter",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue