mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2025-02-22 22:23:56 +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
|
-- 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" },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user