mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fir(extra-lang-angular): fix formatting
This commit is contained in:
parent
2d9d60b8ca
commit
cf8bcef684
1 changed files with 6 additions and 2 deletions
|
|
@ -35,9 +35,13 @@ return {
|
|||
angularls = {
|
||||
filetypes = {
|
||||
-- default filetypes
|
||||
"typescript", "html", "typescriptreact", "typescript.tsx",
|
||||
"typescript",
|
||||
"html",
|
||||
"typescriptreact",
|
||||
"typescript.tsx",
|
||||
-- file type added in order to enable treesitter
|
||||
"angular.html" },
|
||||
"angular.html",
|
||||
},
|
||||
},
|
||||
},
|
||||
setup = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue