Skip to content

Commit e80f48d

Browse files
committed
feat(plugin): tutorial.nvim
simple plugin to show a neovim tutorial on screen at all times
1 parent d350db2 commit e80f48d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

init.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,11 @@ require('lazy').setup({
248248
-- Use `opts = {}` to automatically pass options to a plugin's `setup()` function, forcing the plugin to be loaded.
249249
--
250250

251+
{ -- shows a floating buffer with the most useful vim keymaps
252+
'Hashino/tutorial.nvim',
253+
opts = {},
254+
},
255+
251256
-- Alternatively, use `config = function() ... end` for full control over the configuration.
252257
-- If you prefer to call `setup` explicitly, use:
253258
-- {

0 commit comments

Comments
 (0)