|
|
@ -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.
|
|
|
|
-- 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.
|
|
|
|
-- Alternatively, use `config = function() ... end` for full control over the configuration.
|
|
|
|
-- If you prefer to call `setup` explicitly, use:
|
|
|
|
-- If you prefer to call `setup` explicitly, use:
|
|
|
|
-- {
|
|
|
|
-- {
|
|
|
|