mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-10 06:03:53 +00:00
Compare commits
No commits in common. "913dd0dd417b695e811b708319dd87df61366f39" and "f71493ad33e62e4c5fde9d0d8496c89976073b95" have entirely different histories.
913dd0dd41
...
f71493ad33
2 changed files with 3 additions and 7 deletions
|
|
@ -596,5 +596,4 @@
|
|||
|
||||
[emmet-ls]: https://github.com/aca/emmet-ls
|
||||
|
||||
- Enable `languages.ts.format` for `.js` files
|
||||
- Add [emmet-ls] to `html.lsp.servers`
|
||||
|
|
|
|||
|
|
@ -300,12 +300,9 @@ in {
|
|||
vim.formatter.conform-nvim = {
|
||||
enable = true;
|
||||
setupOpts = {
|
||||
formatters_by_ft = {
|
||||
typescript = cfg.format.type;
|
||||
javascript = cfg.format.type;
|
||||
# .tsx/.jsx files
|
||||
typescriptreact = cfg.format.type;
|
||||
};
|
||||
formatters_by_ft.typescript = cfg.format.type;
|
||||
# .tsx files
|
||||
formatters_by_ft.typescriptreact = cfg.format.type;
|
||||
setupOpts.formatters =
|
||||
mapListToAttrs (name: {
|
||||
inherit name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue