From 14185f2a7744eb9808873691d5ef5596879fcde9 Mon Sep 17 00:00:00 2001 From: Tobias Date: Fri, 16 May 2025 20:42:25 +0200 Subject: [PATCH] Updating comments --- lua/default/remap.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/default/remap.lua b/lua/default/remap.lua index 2825fa3..4ca7077 100644 --- a/lua/default/remap.lua +++ b/lua/default/remap.lua @@ -1,4 +1,4 @@ --- For some reason the lua lsp thinks that vim. is a undefined global :| just ignore if it tells you lies. +-- For some reason the lua lsp thinks that vim. is a undefined global :| just ignore when it tells you lies. -- Settings leader as space. Leader is requred for all custom keybinds vim.g.mapleader = " " -- Enters netrw/file explore in nvim