Skip to content

Commit

Permalink
fix(telescope): load treesitter with telescope
Browse files Browse the repository at this point in the history
  • Loading branch information
Subjective authored and mehalter committed Apr 3, 2024
1 parent afb8952 commit 7462fb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/astronvim/plugins/telescope.lua
Expand Up @@ -8,6 +8,7 @@ return {
enabled = vim.fn.executable "make" == 1,
build = "make",
},
"nvim-treesitter/nvim-treesitter",
{
"AstroNvim/astrocore",
opts = function(_, opts)
Expand Down

0 comments on commit 7462fb1

Please sign in to comment.