Merge e80f48d8ab20acf9790dadb769168083e62611df into d350db2449da40df003c40d440f909d74e2d4e70

This commit is contained in:
Hashino 2025-04-22 16:01:39 +00:00 committed by GitHub
commit 0f2908bafb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -248,6 +248,11 @@ require('lazy').setup({
-- Use `opts = {}` to automatically pass options to a plugin's `setup()` function, forcing the plugin to be loaded.
--
{ -- shows a floating buffer with the most useful vim keymaps
'Hashino/tutorial.nvim',
opts = {},
},
-- Alternatively, use `config = function() ... end` for full control over the configuration.
-- If you prefer to call `setup` explicitly, use:
-- {