mojo.vim icon indicating copy to clipboard operation
mojo.vim copied to clipboard

Receving warnings in html.ep that is provided in layout/default.ep

Open lbe opened this issue 2 years ago • 0 comments

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.

image

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 }

lbe avatar Sep 23 '23 18:09 lbe