This commit is contained in:
Jaroslaw Konik 2024-05-27 19:23:28 +02:00
parent 345b3b8091
commit 5ff3b41f4f

View file

@ -10,6 +10,7 @@ if not vim.loop.fs_stat(lazypath) then
}) })
end end
vim.opt.autoread = true
vim.opt.rtp:prepend(lazypath) vim.opt.rtp:prepend(lazypath)
vim.g.mapleader = " " vim.g.mapleader = " "
vim.opt.termguicolors = true vim.opt.termguicolors = true