Skip to content

Commit 9bdc47b

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ P.S. You can delete this when you're done too. It's your config now! :)
9090
-- like variables, conditionals, loops and functions. Secondly, that you can interact with
9191
-- 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:
93+
--
9394
-- local function open_notes()
9495
-- vim.cmd 'tabnew'
9596
-- vim.cmd 'tabnext'

0 commit comments

Comments
 (0)