1
0
Fork 0

lazy.nvim minimal config

This commit is contained in:
zymon 2024-08-21 13:10:27 +02:00
parent bd5a9aa75b
commit b6d4d62938
3 changed files with 4 additions and 0 deletions

View file

@ -9,3 +9,6 @@ if not vim.loop.fs_stat(lazypath) then
lazypath,
})
end
vim.opt.rtp:prepend(lazypath)
require("lazy").setup("znvim.plugins")

0
lua/znvim/init.lua Normal file
View file

View file

@ -0,0 +1 @@
return {}