mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
remove unnecessary
This commit is contained in:
parent
ecdd6c364c
commit
209bf2dcbe
1 changed files with 0 additions and 10 deletions
|
|
@ -7,16 +7,8 @@ return {
|
|||
{
|
||||
"akinsho/toggleterm.nvim",
|
||||
},
|
||||
{
|
||||
"nvim-lua/plenary.nvim",
|
||||
module_pattern = "plenary.*",
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
"ziglang/zig.vim",
|
||||
lazy = false,
|
||||
},
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = function(_, opts)
|
||||
|
|
@ -54,8 +46,6 @@ return {
|
|||
optional = true,
|
||||
dependencies = {
|
||||
"lawrence-laz/neotest-zig",
|
||||
"nvim-lua/plenary.nvim",
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
},
|
||||
opts = {
|
||||
adapters = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue