workaround for telescope old files bug
This commit is contained in:
parent
48621f8887
commit
8003a2df42
3
init.lua
3
init.lua
@ -1,4 +1,7 @@
|
|||||||
vim.g.mapleader = ','
|
vim.g.mapleader = ','
|
||||||
|
if vim.loop.os_uname().sysname == 'Windows_NT' then
|
||||||
|
vim.env.HOME = ''
|
||||||
|
end
|
||||||
if not vim.g.vscode then
|
if not vim.g.vscode then
|
||||||
require('config.lazy')
|
require('config.lazy')
|
||||||
require('my_keymappings')
|
require('my_keymappings')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user