mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 10:05:17 +00:00
statusline and exlcude lazylock
This commit is contained in:
parent
905375ff1a
commit
3836361bfe
4 changed files with 27 additions and 4 deletions
|
|
@ -48,6 +48,7 @@ for _, plugin in ipairs(disabled_plugins) do
|
|||
end
|
||||
|
||||
local lazypath = vim.fn.stdpath('data') .. '/lazy/lazy.nvim'
|
||||
local lazylock = vim.fn.stdpath('state') .. '/lazy-lock.json'
|
||||
if not vim.uv.fs_stat(lazypath) then
|
||||
vim.fn.system({
|
||||
'git',
|
||||
|
|
@ -63,4 +64,5 @@ vim.opt.rtp:prepend(lazypath)
|
|||
require('lazy').setup('plugins', {
|
||||
defaults = { lazy = false },
|
||||
change_detection = { enabled = false },
|
||||
lockfile = lazylock,
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue