I am receiving warnings about missing body, html and other tags in a template where they are provided in the default layout. See screenshots below.
I have confirmed that this is coming from mojo.vim by uninstalling the HTML language server and mojo.vim. The problem recurs when I install mojo.vim and open the template/index.html.ep.
Thanks in advance for your help!
lbe
Adding .vimrc configuration snippets
Plug 'tomtom/tlib_vim'
Plug 'garbas/vim-snipmate'
Plug 'honza/vim-snippets'
Plug 'yko/mojo.vim'
let mojo_highlight_data = 1
let g:snipMate = { 'snippet_version' : 1 }
I am receiving warnings about missing body, html and other tags in a template where they are provided in the default layout. See screenshots below.
I have confirmed that this is coming from mojo.vim by uninstalling the HTML language server and mojo.vim. The problem recurs when I install mojo.vim and open the template/index.html.ep.
Thanks in advance for your help!
lbe
Adding .vimrc configuration snippets