Skip to content

Commit

Permalink
treesitter: more languages
Browse files Browse the repository at this point in the history
Signed-off-by: aserowy <[email protected]>
  • Loading branch information
aserowy committed May 1, 2024
1 parent 62cc515 commit bc01cb4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lua/plugins/language.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ local function setup_treesitter()

require("nvim-treesitter.configs").setup({
ensure_installed = {
"angular",
"bash",
"bicep",
"c",
"c_sharp",
"css",
"csv",
"dockerfile",
"go",
"graphql",
Expand All @@ -25,6 +28,7 @@ local function setup_treesitter()
"regex",
"rust",
"scss",
"terraform",
"toml",
"typescript",
"yaml",
Expand Down

0 comments on commit bc01cb4

Please sign in to comment.