auto-complete with template files #58
-
|
The problem, I have is that. Im using template engine. Here is my project directory: so I include |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
Currently no, you have to use a project-based config file vim.g.html_css = {
style_sheets = {
"public/css/index.css",
}
}I’ll add this to my to-do list and eventually implement a feature to automatically look for standard folders like |
Beta Was this translation helpful? Give feedback.
-
|
@brian-tran-dev Just pushed built-in support for |
Beta Was this translation helpful? Give feedback.
@brian-tran-dev Just pushed built-in support for
publicandstaticdirectories.Now, if you reference a CSS file like
css/index.cssor/css/index.cssand it’s not found at/css/index.cssin the project root, the fetcher will automatically look inpublic/andstatic/as fallbacks.I’ll be adding an opt-in config soon so users can define their own static directories.