ignore diagnostic warning
This commit is contained in:
1 parent
11bb713b60
commit
77cfbd9b05
1 file changed
+1
@@ -1,5 +1,6 @@
|
|||||||
-- bootstrap
|
-- bootstrap
|
||||||
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
|
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
|
||||||
|
---@diagnostic disable-next-line: undefined-field
|
||||||
if not vim.loop.fs_stat(lazypath) then
|
if not vim.loop.fs_stat(lazypath) then
|
||||||
vim.fn.system({
|
vim.fn.system({
|
||||||
"git",
|
"git",
|
||||||
|
|||||||
Reference in new issue
Block a user