Reset lazy to standard paths, ignore lazy lockfile from git

This commit is contained in:
Evie Litherland-Smith 2023-05-17 19:41:48 +01:00
parent fa2fa3843a
commit a1896925f7
2 changed files with 1 additions and 3 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
lazy-lock.json
.netrwhist
*.swp
.DS_Store

View file

@ -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",