Skip to content

Commit e722ccd

Browse files
committed
chore: update lazy.nvim path in init.lua
1 parent 0b880da commit e722ccd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

init.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ vim.cmd('syntax off')
33
-- vim.loader.enable()
44
require('dcai')
55

6-
-- local lazypath = G.data_dir .. '/lazy/lazy.nvim'
6+
-- local lazypath = vim.fn.stdpath('data') .. '/lazy/lazy.nvim'
77
-- if not (vim.uv or vim.loop).fs_stat(lazypath) then
88
-- vim.fn.system({
99
-- 'git',
1010
-- 'clone',
1111
-- '--filter=blob:none',
1212
-- 'https://github.com/folke/lazy.nvim.git',
13-
-- '--branch=stable', -- latest stable release
13+
-- '--branch=stable',
1414
-- lazypath,
1515
-- })
1616
-- end

0 commit comments

Comments
 (0)