mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
simplify opts for zig-tools
This commit is contained in:
parent
9e0b4024b9
commit
ecdd6c364c
1 changed files with 1 additions and 3 deletions
|
|
@ -2,9 +2,7 @@ return {
|
|||
{
|
||||
"NTBBloodbath/zig-tools.nvim",
|
||||
ft = "zig",
|
||||
opts = function(_, opts)
|
||||
require("zig-tools").setup(opts)
|
||||
end,
|
||||
opts = {},
|
||||
dependencies = {
|
||||
{
|
||||
"akinsho/toggleterm.nvim",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue