mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2025-02-22 16:53:52 +00:00
Make obsidian notes a little less noisy on startup
This commit is contained in:
parent
165533ddcc
commit
bc3ea6bef8
@ -9,7 +9,7 @@ function M.auto_git()
|
||||
-- Create auto pull on open
|
||||
local autopull = function()
|
||||
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({
|
||||
command = "git",
|
||||
args = { "pull" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user