mirror of
https://github.com/windwp/nvim-ts-autotag.git
synced 2025-01-02 09:49:15 -06:00
40615e9607
* Fix minimal test setup Inclusion of any config with `-u` also adds `~/.config/nvim/pack/*/start/*` to rtp, which is probably the reason for tests passing on developers' machines. This "problem" remains, and can in fact break tests through interference with other plugins. * Add eruby to default list of filetypes This merely adds tests and one line of data to default setup values.
21 lines
240 B
Plaintext
21 lines
240 B
Plaintext
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width= device-width , initial-scale= 1.0 ">
|
|
<title> <%= @document.title %> </title>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
</body>
|
|
</html>
|