Reset lazy to standard paths, ignore lazy lockfile from git
This commit is contained in:
parent
fa2fa3843a
commit
a1896925f7
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
lazy-lock.json
|
||||
.netrwhist
|
||||
*.swp
|
||||
.DS_Store
|
||||
|
|
3
init.lua
3
init.lua
|
@ -15,10 +15,7 @@ if not vim.loop.fs_stat(lazypath) then
|
|||
end
|
||||
vim.opt.rtp:prepend(lazypath)
|
||||
require("lazy").setup {
|
||||
root = vim.fn.stdpath "data" .. "/lazy",
|
||||
spec = "plugins",
|
||||
lockfile = vim.fn.stdpath "data" .. "/lazy-lock.json",
|
||||
dev = { path = "~/Projects/lua/nvim" },
|
||||
install = { colorscheme = { "tokyonight" } },
|
||||
ui = {
|
||||
border = "rounded",
|
||||
|
|
Loading…
Reference in a new issue