mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-28 07:50:03 +02:00
feat(plugin): tutorial.nvim
simple plugin to show a neovim tutorial on screen at all times
This commit is contained in:
parent
d350db2449
commit
e80f48d8ab
1 changed files with 5 additions and 0 deletions
5
init.lua
5
init.lua
|
@ -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:
|
||||||
-- {
|
-- {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue