Results 5 comments of .

hi,@jacky1193610322 you mean add `autocmd VimEnter * :EMCommandLineNoreMap +` in vim config?

hi my resources src is like ```yaml --- title: "My First Post" date: 2021-09-27T08:57:03+08:00 draft: true albumthumb: "my-first-post/1.png" resources: - src: "my-first-post/images/1.png" - src: "my-first-post/images/2.png" - src: "https://static.theviper.xyz/images/nginx-ingress-load-balance.png" --- ```

2021/09/06 00:48:12 [error] 15#0: *3 lua entry thread aborted: runtime error: /usr/local/openresty/site/lualib/resty/template.lua:162: http2 requests not supported yet stack traceback: coroutine 0: [C]: in function 'capture' /usr/local/openresty/site/lualib/resty/template.lua:162: in function 'load' /usr/local/openresty/site/lualib/resty/template.lua:405:...

l think it's because we use `location` param ```lua local template = require "resty.template".new({ root = "/root/blog", location = "/root/blog", }) ``` just use `root` param is ok,it's work