fix path
This commit is contained in:
parent
05ea1ce573
commit
0f3d1f8cc0
@ -332,7 +332,7 @@ mise en forme il est possible de définir dans `$VIMHOME/plugin/blog.lua`:
|
||||
local blog_group = vim.api.nvim_create_augroup('blog', { clear = true })
|
||||
|
||||
vim.api.nvim_create_autocmd({"BufEnter", "BufWinEnter"}, {
|
||||
pattern = {vim.fn.expand("~") .. "/dev/blog/**/*.md"},
|
||||
pattern = {vim.fn.expand("~") .. "/chemin/vers/blog/**/*.md"},
|
||||
group = blog_group,
|
||||
callback = function()
|
||||
vim.o.filetype = 'pandoc'
|
||||
|
Loading…
Reference in New Issue
Block a user