Skip to content

Commit

Permalink
Fix treesitter config loading
Browse files Browse the repository at this point in the history
Need to call the correct config function.
  • Loading branch information
kdeal committed May 31, 2024
1 parent 1cec97c commit 76bb36e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xdg_config/nvim/lua/plugins/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,8 @@ return {
disable = { "python", "javascript" },
},
},
config = function(_, opts)
require("nvim-treesitter.configs").setup(opts)
end,
},
}

0 comments on commit 76bb36e

Please sign in to comment.