Skip to content

Commit 8d76247

Browse files
Weyaaronfeoh
andauthored
Update init.lua
Co-authored-by: Chris Patti <[email protected]>
1 parent 7f662c0 commit 8d76247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ P.S. You can delete this when you're done too. It's your config now! :)
8888
-- One last note before we leave you to explore: Lua is a real programming language.
8989
-- Why is that important? First of all, that you can use all the features of Lua,
9090
-- 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.
91+
-- neovim in a concise way. The following lines contain two examples that might give you some inspiration.
9292
-- This snippet adds a keymap to open a predefined file in a new tab:
9393
-- local function open_notes()
9494
-- vim.cmd 'tabnew'

0 commit comments

Comments
 (0)