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