Skip to content

Commit

Permalink
Remove language_map from the README
Browse files Browse the repository at this point in the history
  • Loading branch information
bpierre committed Nov 10, 2023
1 parent 5fc5fcd commit 99a1d4c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ The plugin comes with the following default configs:
width = "680",
window_theme = "sharp",
},
language_map = {},
}
```

Expand Down Expand Up @@ -103,14 +102,4 @@ Example: Opening snippet in google-chrome

```lua
require('carbon-now').setup({open_cmd = "google-chrome"})
```

## Map a filetype to a Carbon [language](https://github.com/carbon-app/carbon/blob/2cbdcd0cc23d2d2f23736dd3cfbe94134b141191/lib/constants.js#L624-L1048)

```lua
require('carbon-now').setup({
language_map = {
-- vim_filetype = "carbon_language"
},
})
```

0 comments on commit 99a1d4c

Please sign in to comment.