workaround for telescope old files bug

This commit is contained in:
Hartmann 2023-07-04 10:52:43 +02:00
parent 48621f8887
commit 8003a2df42

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')