mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2026-05-05 12:48:00 +02:00
languages/ts: register javascript with prettier formatter (#595)
This commit is contained in:
parent
e5f6aa23ea
commit
9443273297
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@
|
|||
ls_sources,
|
||||
null_ls.builtins.formatting.prettier.with({
|
||||
command = "${cfg.format.package}/bin/prettier",
|
||||
filetypes = { "typescript" },
|
||||
filetypes = { "typescript", "javascript" },
|
||||
})
|
||||
)
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue