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