new plugins for nvim hahaha
parent
843c686b6e
commit
1e28385970
@ -0,0 +1,8 @@
|
||||
return {
|
||||
filetypes = { "css", "eruby", "html", "javascript", "javascriptreact", "less", "sass", "scss", "svelte", "pug", "typescriptreact", "vue" },
|
||||
init_options = {
|
||||
html = {
|
||||
["bem.enabled"] = true
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue