This commit is contained in:
Salar Rahmanian 2023-02-24 19:12:24 -08:00
parent 8b3d267492
commit ff03b6eaaf
3 changed files with 5 additions and 6 deletions

View file

@ -18,10 +18,10 @@ vim.g.mapleader = " "
vim.g.maplocalleader = " "
require("lazy").setup("plugins", {
lockfile = vim.fn.stdpath("data") .. "/lazy-lock.json", -- in data directory as normal location read only as managed by nix
lockfile = vim.fn.stdpath("data") .. "/lazy-lock.json", -- in data directory as normal location read only as managed by nix
dev = {
path = "~/Projects/Neovim"
}
path = "~/Projects/Neovim",
},
})
-- [[ Setting options ]]