We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d350db2 commit e80f48dCopy full SHA for e80f48d
init.lua
@@ -248,6 +248,11 @@ require('lazy').setup({
248
-- Use `opts = {}` to automatically pass options to a plugin's `setup()` function, forcing the plugin to be loaded.
249
--
250
251
+ { -- shows a floating buffer with the most useful vim keymaps
252
+ 'Hashino/tutorial.nvim',
253
+ opts = {},
254
+ },
255
+
256
-- Alternatively, use `config = function() ... end` for full control over the configuration.
257
-- If you prefer to call `setup` explicitly, use:
258
-- {
0 commit comments