Make obsidian notes a little less noisy on startup

This commit is contained in:
ViViDboarder 2025-02-14 14:28:41 -08:00
parent 165533ddcc
commit bc3ea6bef8

View File

@ -9,7 +9,7 @@ function M.auto_git()
-- Create auto pull on open -- Create auto pull on open
local autopull = function() local autopull = function()
local Job = require("plenary.job") local Job = require("plenary.job")
vim.notify("Pulling Obsidian notes", vim.log.levels.INFO, { title = "Obsidian" }) vim.notify("Pulling Obsidian notes", vim.log.levels.DEBUG, { title = "Obsidian" })
Job:new({ Job:new({
command = "git", command = "git",
args = { "pull" }, args = { "pull" },