workaround for telescope old files bug
This commit is contained in:
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')
|
||||||
|
|||||||
Reference in New Issue
Block a user