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 7f662c0 commit 8d76247Copy full SHA for 8d76247
init.lua
@@ -88,7 +88,7 @@ P.S. You can delete this when you're done too. It's your config now! :)
88
-- One last note before we leave you to explore: Lua is a real programming language.
89
-- Why is that important? First of all, that you can use all the features of Lua,
90
-- like variables, conditionals, loops and functions. Secondly, that you can interact with
91
--- neovim in concise way. The following lines contain two examples that might give you some inspirations.
+-- neovim in a concise way. The following lines contain two examples that might give you some inspiration.
92
-- This snippet adds a keymap to open a predefined file in a new tab:
93
-- local function open_notes()
94
-- vim.cmd 'tabnew'
0 commit comments