Update init.lua

Co-authored-by: Chris Patti <feoh@feoh.org>
This commit is contained in:
Aaron 2025-04-10 08:44:03 +02:00 committed by GitHub
parent 8d76247947
commit 9bdc47b5d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ P.S. You can delete this when you're done too. It's your config now! :)
-- like variables, conditionals, loops and functions. Secondly, that you can interact with
-- neovim in a concise way. The following lines contain two examples that might give you some inspiration.
-- This snippet adds a keymap to open a predefined file in a new tab:
--
-- local function open_notes()
-- vim.cmd 'tabnew'
-- vim.cmd 'tabnext'