From 9bdc47b5d32f78aee44fcf062c5400226acd5dbd Mon Sep 17 00:00:00 2001 From: Aaron Date: Thu, 10 Apr 2025 08:44:03 +0200 Subject: [PATCH] Update init.lua Co-authored-by: Chris Patti --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index 65c0031b..867c1bbb 100644 --- a/init.lua +++ b/init.lua @@ -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'