fix init.lua

This commit is contained in:
Noa Aarts 2025-11-23 09:58:37 +01:00
parent 939335846c
commit ece9feda38
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -182,7 +182,7 @@ require('lazy').setup({
lazy = false, -- or ft = 'typst' lazy = false, -- or ft = 'typst'
version = '1.*', version = '1.*',
opts = {}, -- lazy.nvim will implicitly calls `setup {}` opts = {}, -- lazy.nvim will implicitly calls `setup {}`
} },
-- NOTE: Plugins can also be added by using a table, -- NOTE: Plugins can also be added by using a table,
-- with the first argument being the link and the following -- with the first argument being the link and the following