only set home during telescope config

This commit is contained in:
Hartmann
2023-07-04 10:56:33 +02:00
parent 8003a2df42
commit d5b129b373
2 changed files with 7 additions and 3 deletions

View File

@ -1,7 +1,4 @@
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')