master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 8003a2df42 - Show all commits

View File

@@ -1,4 +1,7 @@
vim.g.mapleader = ','
if vim.loop.os_uname().sysname == 'Windows_NT' then
vim.env.HOME = ''
end
if not vim.g.vscode then
require('config.lazy')
require('my_keymappings')