fix path bis

This commit is contained in:
Fabrice Mouhartem 2023-05-14 14:26:48 +02:00
parent 0f3d1f8cc0
commit b13f4ef3f2
1 changed files with 1 additions and 1 deletions

View File

@ -343,7 +343,7 @@ vim.api.nvim_create_autocmd({"BufEnter", "BufWinEnter"}, {
})
vim.api.nvim_create_autocmd({"BufEnter", "BufWinEnter"}, {
pattern = {vim.fn.expand("~") .. "/dev/blog/**/*-fr.md"},
pattern = {vim.fn.expand("~") .. "/chemin/vers/blog/**/*-fr.md"},
group = blog_group,
callback = function()
vim.o.spl = "fr"